:root{
 
 /* --orange:#e29750; */
  /* --orange:#058bd2; */
  --lightcolor:#058bd2;
  /* --dark-blue:#065881; */
  /* --dark-blue:#2d4b79; */
  --darkcolor:#2d4b79;
    --light:#8DADC5;
    --blue:#2b5f8c;
    --dark:#054261
  }
  
  

body {
    background-image: url('/images/auth/vector6.jpg');
    background-repeat: no-repeat;
    background-position: 42% 80%;
    background-attachment: fixed;

}
#loading {
    display: none;
    border: solid 1px;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffffbf url('/images/spinner.gif') no-repeat center center;
    z-index: 99999;
}
.main-content {
    border-radius: 1rem;
    width: 76%;
    margin: 2.1rem 0;
}

.main-content .logo {
    max-width: 135px;
    height: auto;
    margin-top: -1rem;
}

.application-content {
    background-color: white;
    border-color: var(--primary-color);
    border-width: 0;
    padding: 1rem 2.3rem !important;
    border-style: solid;
    border-radius: 0.7rem;
    box-shadow: 0.5rem 0 2rem -0.2rem rgb(3 3 3 / 90%);
}

#progressbar #personal:after {
    content: none !important;
}

.form-title {
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
}

form ul {
    padding-left: 0;
}

form label {
    margin-left: 0.1rem;
    margin-bottom: 0.3rem !important;
    font-size: 0.86rem;
    font-weight: bold;
    color: rgba(30, 30, 30, 0.85);
}
.required:after {
    content: " *";
    color: red;
}

.form-control {
    padding: 0.26rem 0.6rem !important;
    font-size: 0.84rem !important;
    border: solid 1px rgba(30, 30, 30, 0.7) !important;
    border: solid 1.5px rgb(152, 151, 151)!important;
    border-radius: 0.3rem !important;
    font-weight: 600 !important;
    color: rgba(62, 60, 60, 0.8) !important;
    letter-spacing: 0.3px !important;
}


/* #residence_city,
#residence_state,
#permanent_city,
#permanent_state,
#business_city,
#business_state {
    pointer-events: none;
    background-color: #e9ecef;
} */

form .gy-3 {
    --bs-gutter-y: 0.8rem !important;
}

.action-button-previous {
   
    background: transparent !important;
    border-color: var(--lightcolor) !important;
    margin-right: 0.32rem;
    color: var(--secondary-color) !important;
}

.action-button-previous:hover {
    background: var(--lightcolor) !important;
    color: #fff !important;
}

.previous-step {
    display: none;
    position: relative;
    opacity: 0;
}

.next-step {
    display: block;
    opacity: 1;
}

#personal_submit {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 24px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#address_submit,
#occupation_submit,
#business_submit,
#final_submit {
    margin-right: -7.1rem;
}

.previous {
    margin-top: -3.6rem !important;
    margin-left: -8.3rem;
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 15px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /* padding-bottom: 20px; */
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    color: var(--primary-color);
    font-weight: normal;
    text-align: end;
    font-size: 1.2rem;
}

.steps {
    color: gray;
    font-weight: normal;
    text-align: right;
    font-size: 1.2rem;
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #a1a8aa;
}

#progressbar .active {
    color: var(--primary-color);
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #address:before {
    font-family: FontAwesome;
    content: "\f3c5"
}

#progressbar #occupation:before {
    font-family: FontAwesome;
    content: "\f0b1"
}

#progressbar #business:before {
    font-family: FontAwesome;
    content: "\f1ad"
}

#progressbar #bankdetails:before {
    font-family: FontAwesome;
    content: "\f574"
}

#progressbar li:before {
    width: 37px;
    height: 37px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: #a1a8af;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 1;

}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: lightgray;
    background: #a1a8af;
    position: absolute;
    right: 50%;
    top: 18px;

}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--lightcolor);
}
#progressbar li.active{
    color: var(--dark);
}

.progress {
    height: 10px;
    opacity: 0.85;
    background: lightgray !important;
    margin-bottom: 1.5rem !important;
}

.progress-bar {
    background-color: var(--darkcolor);
}



.fit-image {
    width: 100%;
    object-fit: cover
}

/* address step style */

.address-heading {
    margin-top: 1.8rem;
    border-top: dashed 2px var(--secondary-color);

}

.address-heading p {
    transform: translateY(-1rem) scale(1.0125);
    background-color: #ffff;
    border: solid 1px var(--secondary-color);
    border-radius: 0.5rem;
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.2rem 0.5rem;
    width: fit-content;
    margin: 0 auto;

}


/* occupation step style */
#salaried_type,
#self-employed_type,
#professional_type {
    display: none;
}

.for_all,
.salaried,
.self-employed,
.partnership,
.partnership-pvt,
.pvt {
    display: none;
}


/* document upload step style */
.preloader-div,
.uploaded {
    display: none;
}

.preloader-div p {
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    margin-bottom: 0 !important;
    color: var(--primary-color);
}

.preloader-div img {
    width: 40px;
    height: 40px;
}

input[type="file"] {
    font-size: small;
}

.form-group .btn {
    font-size: small !important;
    border-radius: 0.25rem !important;
    font-size: 0.75rem !important;
    padding: 0.3rem 1rem !important;
    color: #ffff !important;
    background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    border: none !important;
    transition: 0.3s ease-in-out !important;

}

.btn {
    font-size: 0.78rem !important;
}

.form-group .btn:hover {
    background-image: linear-gradient(to left, var(--primary-color), var(--secondary-color)) !important;

}


.form-group:first-child {
    border-width: 1px;
}

.form-group {
    border: solid var(--primary-color);
    border-width: 0 1px 1px 1px;
    border-radius: 1rem;
    padding: 1.5rem 2.8rem 0.8rem 2rem;
    margin-top: 1rem;
}

.panel-body {
    margin: 1rem;

}


@media only screen and (max-width:512px) {
    #progressbar li strong {
        display: none;
    }
    form .fs-title,form .steps{
        font-size: 0.8rem!important;
    }
    .form-title {
        font-size: 1.1rem;
    }
    .application-content p{
        font-size: 0.7rem;
    }
}

@media only screen and (max-width:768px) {

    .main-content {
        width: 90%;
    }

    .form-control {
        font-size: 0.9rem !important;
    }

    .logo {
        display: block !important;
        margin-top: -1rem;
        margin-bottom: 0.7rem;
    }

    .application-content {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    form .fs-title {
        font-size: 1.1rem;
        text-align: left !important;
    }

    form .steps {
        text-align: right !important;
        font-size: 1.1rem;
    }

    #progressbar li{
        font-size:0.7rem;
    }

}


@media only screen and (max-width:910px) {

    .form-control {
        font-size: 0.75rem;
    }


}

@media only screen and (max-width:1200px) {

    .main-content {
        width: 87%;
    }


}