.display-none {
    display: none;
}
.multi-wizard-step p {
    display: block;
    margin: 0 0 0 10px;
    font-weight: 500;
    color: #BEBEBE;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    position: relative;
    width: 100%;
}
.multi-wizard-step button[disabled] {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 1px;
    z-order: 0;
    position: absolute;
    background-color: #fefefe;
}
.multi-wizard-step {
    text-align: center;
    width: 100%;
    display: flex;
    margin: 0 0 60px;
    align-items: center;
}

/**   jiosuit-wizard */

.jiosuit-wizard h2 {
    text-align: center;
    font-weight: 700;
    color: #170F49;
  }
  .jiosuit-wizard p {
    text-align: center;
    max-width: 600px;
    margin: 15px auto 30px;
    color: #6F6C90
  }
  .jiosuit-wizard form {
    background-color: #fff;
    border-radius: 25px;
  }

  .multi-wizard-step a.btn.btn-default {
    background-color: #eee;
    width: 38px;
    height: 38px;
    padding: 0;
    line-height: 37px;
    border-radius: 50%;
    color: #888;
}
.multi-wizard-step a.btn.btn-primary {
    width: 38px;
    height: 38px;
    padding: 0;
    line-height: 34px;
    border-radius: 50%;
    background-color: #A3350C;
    border-color: #A3350C;
}
.multi-wizard-step {
    text-align: left;
    width: 16%;
}
.stepwizard-row.setup-panel {
    max-width: 700px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}
.stepwizard {
    padding: 25px 0;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 25px 25px 0 0;
}
.multi-wizard-step a.btn.btn-primary:after {
    width: 83px;
    height: 5px;
    content: "";
    left: 47px;
    top: 15px;
    position: absolute;
    background-color: #A3350C;
    border-radius: 3px;
}
.multi-wizard-step a.btn.btn-default:after {
    width: 83px;
    height: 5px;
    content: "";
    left: 47px;
    top: 15px;
    position: absolute;
    background-color: #eee;
    border-radius: 3px;
}
.multi-wizard-step:last-child a.btn.btn-default:after {
    display: none;
}
.multi-wizard-step:last-child a.btn.btn-primary:after {
    display: none;
}
h1.wizard_title {
    text-align: center;
    padding: 20px 0;
    background-color: #f5f5f5;
    font-weight: 700;
    color: #170F49;
}
.setup-content section {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 0 0 25px 25px;
    position: relative;
    margin: 0 0 25px;
}
#introduction h3 {
    text-align: center;
    margin: 25px 0 20px;
    font-weight: 500;
    color: #170F49;
}
#cutomer-added-message {
    padding: 0 0 20px 0!important;
    border: none!important;
    margin: 0!important;
    color: #6F6C90;
}
#cutomer-added-message p {
    margin: 0 auto;
    color: #6F6C90;
}
#introduction article ol {
    padding: 0 0 20px!important;
    text-align: center;
    border: none!important;
    margin: 0!important;
    list-style: none;
    border-bottom: solid 1px #ddd!important;
    color: #6F6C90;
}
#introduction .py-12 hr {
    display: none;
}
#introduction .py-12 {
    max-width: 700px;
    margin: 0 auto 0;
    padding: 30px 0;
    text-align: justify;
}
#introduction .py-12 h3.text-danger {
    margin: 0!important;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    color: #170F49!important;
}
#introduction .py-12 br {
    display: none;
}
#introduction .py-12 p {
    text-align: justify;
    margin: 15px 0 0;
    color: #6F6C90;
}
.setup-content button.btn {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 40px;
}
#application-details .form-group {
    padding: 30px 0;
    max-width: 680px;
    margin: 0 auto;
}
.widget-btn {
    display: flex;
    float:right;
    /* justify-content: space-between; */
}
.form-fields {
    padding: 30px 0;
    max-width: 680px;
    margin: 0 auto;
}

#success section {
    box-shadow: 0 0 10px #ddd;
    border-radius: 0 0 25px 25px;
    padding: 45px 0;
    text-align: center;
}
.widget-btn button.btn.btn-success {
    background-color: #FF5D1D;
    border: none;
}
.widget-btn button.btn.btn-danger {
    background-color: transparent;
    color: #525252;
    border-color: #525252;
    margin-right:15px;
}
a.button-link {
    text-decoration: none;
    color: #FFFFFF;
}

.welcome-block img {
    width: 300px;
}
.wizard-section {
    display: flex;
    flex-wrap: wrap;
    background-color: #F9F9F9;
    border: solid 1px #ddd;
    border-radius: 15px;
    overflow: hidden;
}
.stepwizard {
    width: 330px;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}
.wizard-content-block {
    width: calc(100% - 330px);
}
.setup-content section {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    margin: 0;
    padding: 0;
}
.setup-content {
    padding: 35px 35px 50px;
min-height: 810px;
    position: relative;
}
.welcome-block {
    text-align: center;
}
.welcome-text {
    color: #0C1145!important;
    font-size: 40px;
    font-weight: 500!important;
    max-width: 500px;
    margin: 20px auto!important;
    line-height: 45px;
}
.welcome-text span {
    color: #1691FF!important;
}
.welcome-block p {
    color: #7C7C7C!important;
    font-size: 15px;
}
#introduction article ol {
    font-size: 15px;
   color: #7C7C7C!important;
}
#introduction .py-12 h3.text-danger {
    text-align: center!important;
    color: #555!important;
    font-size: 20px;
}
#introduction .py-12 p {
    text-align: center;
    margin: 15px 0 0;
    color: #7C7C7C!important;
    max-width: 100%;
    font-size: 15px;
}
#introduction .widget-btn {
    display: flex;
    float: none!important;
    justify-content: end!important;
}
button.nextBtn {
    background-color: #3064B2;
    border: none;
    font-size: 14px!important;
    font-weight: 600;
}
.stepwizard-row.setup-panel {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.multi-wizard-step {
    text-align: center;
    width: 100%;
    display: flex;
    margin: 0 0 60px;
    align-items: center;
}
.multi-wizard-step a.btn.btn-primary {
    width: 50px!important;
    height: 50px!important;
    padding: 0!important;
    line-height: 45px!important;
    border-radius: 50%;
        background-color: #1F2F61;
    border-color: #1F2F61;
    position: relative!important;
    font-weight: 600!important;
}
.multi-wizard-step a.btn.btn-primary:after {
    width: 2px;
    height: 70px;
    content: "";
    left: 23px;
    top: 45px;
    position: absolute;
    background-color: #1F2F61;
    border-radius: 3px;
}
.multi-wizard-step a.btn.btn-default {
    background-color: #eee;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 45px;
    border-radius: 50%;
    color: #888;
    font-weight: 600;
position: relative;
}
.multi-wizard-step a.btn.btn-default:after {
    width: 2px;
    height: 70px;
    content: "";
    left: 23px;
    top: 45px;
    position: absolute;
}
.multi-wizard-step p {
    display: block;
    margin: 0 0 0 10px;
    font-weight: 500;
    color: #BEBEBE;
}
.setup-content {
    min-height: 810px;
}
h1.wizard_title {
    text-align: left;
    padding: 20px 0;
    background-color: transparent;
    font-weight: 500;
    color: #0C1145;
    font-size: 35px;
    margin: 0;
}
.setup-content .form-group {
    padding: 30px 0;
    max-width: 100%;
    margin: 0 auto;
}
.setup-content .form-fields {
    padding: 30px 0;
    max-width: 100%;
    margin: 0 auto;
}
.setup-content .form-group label {
    font-size: 15px;
    color: #0C1145;
}
.setup-content .form-group input.form-control {
    height: 45px;
    border: solid 1px #D1D1D1;
}
.widget-btn {
    position: absolute;
    bottom: 50px;
    right: 35px;
}
.widget-btn button.btn.btn-danger {
    border: solid 1px #1F2F61;
    color: #1F2F61;
    font-weight: 700;
}

.setup-content {
    padding: 35px 35px 50px;
min-height: 810px;
    position: relative;
}

#introduction article ol {
    font-size: 15px;
   color: #7C7C7C!important;
}
#introduction .py-12 h3.text-danger {
    text-align: center!important;
    color: #555!important;
    font-size: 20px;
}
#introduction .py-12 p {
    text-align: center;
    margin: 15px 0 0;
    color: #7C7C7C!important;
    max-width: 100%;
    font-size: 15px;
}
#introduction .widget-btn {
    display: flex;
    float: none!important;
    justify-content: end!important;
}
button.nextBtn {
    background-color: #3064B2;
    border: none;
    font-size: 14px!important;
    font-weight: 600;
}
.stepwizard-row.setup-panel {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.multi-wizard-step {
    text-align: center;
    width: 100%;
    display: flex;
    margin: 0 0 60px;
    align-items: center;
}
.multi-wizard-step a.btn.btn-primary {
    width: 50px!important;
    height: 50px!important;
    padding: 0!important;
    line-height: 45px!important;
    border-radius: 50%;
        background-color: #1F2F61;
    border-color: #1F2F61;
    position: relative!important;
    font-weight: 600!important;
}
.multi-wizard-step a.btn.btn-primary:after {
    width: 2px;
    height: 70px;
    content: "";
    left: 23px;
    top: 45px;
    position: absolute;
    background-color: #1F2F61;
    border-radius: 3px;
}
.multi-wizard-step a.btn.btn-default {
    background-color: #eee;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 45px;
    border-radius: 50%;
    color: #888;
    font-weight: 600;
position: relative;
}
.multi-wizard-step a.btn.btn-default:after {
    width: 2px;
    height: 70px;
    content: "";
    left: 23px;
    top: 45px;
    position: absolute;
}
.multi-wizard-step p {
    display: block;
    margin: 0 0 0 10px;
    font-weight: 500;
    color: #BEBEBE;
}
.multi-wizard-step.color p {
    color: #1F2F61;
}
.setup-content {
    min-height: 810px;
}
h1.wizard_title {
    text-align: left;
    padding: 10px 0;
    background-color: transparent;
    font-weight: 500;
    color: #0C1145;
    font-size: 35px;
    margin: 0;
}
.setup-content .form-group {
    padding: 10px 0;
    max-width: 100%;
    margin: 0 auto;
}
.setup-content .form-fields {
    padding: 30px 0;
    max-width: 100%;
    margin: 0 auto;
}
.setup-content .form-group label {
    font-size: 15px;
    color: #0C1145;
}
.setup-content .form-group input.form-control {
    height: 45px;
    border: solid 1px #D1D1D1;
}
.widget-btn {
    position: absolute;
    bottom: 50px;
    right: 35px;
}
.widget-btn button.btn.btn-danger {
    border: solid 1px #1F2F61;
    color: #1F2F61;
    font-weight: 700;
}
.modal-dialog {
    margin: 150px auto 0;
}
.modal-dialog .modal-footer.widget-btn {
    position: relative;
    bottom: 0;
    right: 0;
}
.stepwizard-row.setup-panel {
    padding: 40px 0 0 25px;
}

#user-details .form-group {
    padding: 30px 0;
    max-width: 680px;
    margin: 0 auto;
}

@media (min-width:250px) and (max-width: 767px) {
    .jiosuit-wizard {
        margin: -25px 0 0;
    }
    .stepwizard {
        width: 100%;
    padding: 12px 0;
    }
    .setup-content section {
        padding: 0 0 25px;
    }
    .wizard-content-block {
        width: 100%;
    }
    .stepwizard-row.setup-panel {
        padding: 0px 0px;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .multi-wizard-step {
        display: block;
    width: auto;
       margin: 0 5px 0;
    }
    .multi-wizard-step p {
        display: none;
    }
    .multi-wizard-step a.btn.btn-primary:after {
        width: 20px;
        height: 2px;
        content: "";
        left: 45px;
        top: 24px;
        position: absolute;
        background-color: #1F2F61;
        border-radius: 3px;
    }
    .multi-wizard-step a.btn.btn-default:after {
        width: 20px;
        height: 2px;
        content: "";
        left: 45px;
        top: 24px;
        position: absolute;
    }
    .welcome-block img {
        width: 200px;
    }
    .welcome-text {
        font-size: 25px;
        max-width: 300px;
        margin: 15px auto!important;
        line-height: 30px;
    }
    .welcome-block p {
        font-size: 13px;
    }
    #introduction article ol {
        font-size: 13px;
        color: #7C7C7C!important;
    }
    #introduction .py-12 h3.text-danger {
        font-size: 16px;
    }
    #introduction .py-12 p {
        font-size: 13px;
    }
    #introduction .py-12 {
        padding: 15px 0;
    }
    .setup-content {
        min-height: 700px;
    }
    h1.wizard_title {
        font-size: 20px;
       padding: 0;
    }
    .setup-content .form-group label {
        font-size: 13px;
    }
    .setup-content .form-group input.form-control {
        height: 40px;
        font-size: 13px;
    }
    .setup-content section ol li {
        font-size: 13px;
        margin: 0 0 10px;
    }
    .setup-content section ol {
        padding: 0 0 0 15px;
    }
    .error {
        font-size: 14px;
    }
    .table td, .table th {
        font-size: 13px;
    }
}

/* Loading Overlay for Installation */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    border-radius: 0 0 25px 25px;
    transition: all 0.3s ease;
}

.loading-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    max-width: 480px;
    width: 90%;
    text-align: center;
    border: 1px solid #eaeaea;
}

.loading-spinner {
    width: 60px;
    height: 60px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #1F2F61;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}