


.prog-bar, .prog-percent, .prog-wrap {
    height: 30px
}

.prog-bar, .prog-percent {
    position: absolute;
    top: 0;
    left: 0
}

#preModal h2 {
    font-size: 28px;
}

#preModal .modal-dialog {
    transform: translate(0, 150px) !important;
}

#preModal .mycustomclosebutton{
    position: absolute;
    color: white;
    right: 1px;
    top: -54px;
    width: 63px;
    height: 37px;
    font-size: 32px;
}
.prog-percent {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #183D76;
    font-size: 20px;
    width: 100%;
    z-index: 2
}
.prog-bar, .prog-percent, .prog-wrap {
    height: 30px
}
.prog-bar {
    width: 0;
    background: #ffc426; 
    color: #183d76;
    transition: width .5s
}

.bg-blue-200 {
    background-color: #1d3f76; /* This is an approximation of Tailwind's blue-200 color */
    color: white !important;
}

.bg-blue-200:hover {
    background-color: #2B5CAE !important;
    color: white !important;

}

.text-gray-800 {
    color: #1f2937; /* This is an approximation of Tailwind's gray-800 color */
}

.cursor-pointer {
    cursor: pointer;
}


.vue-form-wizard .wizard-tab-content {
    width: 60%;
    padding: 2rem 1rem;
    min-height: 350px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 78%;
    margin: 0 auto;
}

.btn-close-white {
    position: absolute;
    right: 0;
    font-size: 50px;
    z-index: 9999999;
    color: #282828000
}

.vue-form-wizard .wizard-nav {
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

.vue-form-wizard .wizard-nav a, .vue-form-wizard .wizard-nav li {
    flex: 1;
    align-items: center;
    flex-wrap: wrap
}

.vue-form-wizard .wizard-nav > li > a {
    color: #718096
}

.vue-form-wizard .wizard-nav > li > a.disabled {
    pointer-events: none;
    cursor: default
}

.vue-form-wizard .wizard-nav > li.active > a .wizard-icon {
    color: #1f2937;
    font-style: normal
}

.vue-form-wizard .wizard-nav .stepTitle {
    letter-spacing: .025em;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 2
}

.vue-form-wizard .wizard-nav .wizard-icon-circle {
    width: 100%;
    background-color: #e2e8f0 !important;
    border-radius: 0
}

.vue-form-wizard .wizard-nav .wizard-icon-circle.checked:hover {
    background-color: #cbd5e0
}

.vue-form-wizard .wizard-nav .wizard-icon-circle .wizard-icon-container {
    display: flex;
    justify-content: center;
    flex: 1;
    width: 100%;
    border: none;
    background-color: #ecbf49 !important
}

.vue-form-wizard .active {
    color: #ecbf49 !important
}

.vue-form-wizard .wizard-btn, .vue-form-wizard .wizard-progress-bar {
    background-color: #ecbf49 !important
}

.vue-form-wizard .wizard-nav .wizard-icon-circle .wizard-icon {
    font-size: 1.5rem;
    line-height: 2;
    font-style: normal
}

.vue-form-wizard .wizard-progress-with-circle {
    position: absolute;
    bottom: 0;
    height: .25rem;
    width: 100%;
    background-color: #e2e8f0
}

.vue-form-wizard .wizard-progress-with-circle .wizard-progress-bar {
    position: relative;
    height: .25rem
}

.vue-form-wizard .wizard-card-footer {
    width: 100%;
    float: left;
    padding: 1.5rem 1rem
}

.vue-form-wizard .wizard-card-footer .wizard-footer-left {
    float: left
}

.vue-form-wizard .wizard-card-footer .wizard-footer-right {
    float: right
}

.vue-form-wizard .wizard-card-footer .wizard-btn {
    border-radius: 50px !important;
    border: none;
    min-width: 170px;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    padding: 8px 30px;
    background-color: #1D3F76 !important;
    color: white;
    font-weight: bold;
    font-size: 1em;
}

.vue-form-wizard .wizard-card-footer .wizard-btn:hover {
    background-color: #ffc107 !important;
    color: black !important;
}

.aster {
    color: #ffc107
}


.modal {

    z-index: 1111122222; /* Use a value higher than the fixed element's z-index 11111 */
}

.vue-form-wizard ul.wizard-nav-pills, .wizard-progress-with-circle {
    display: none !important
}

.w-1\/2 {
    width: 50% !important;
}

.pac-container{
    z-index: 9999999999999999;
}


.d-flex {
    display: flex !important;
}
.text-center {
    text-align: center !important;
}
.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.position-relative {
    position: relative !important;
}
@media (min-width: 576px) {
    .d-sm-flex {
        display: flex !important;
    }
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.overflow-hidden {
    overflow: hidden !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}
.overflow-hidden {
    overflow: hidden !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color:  #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px);
}
@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
        width:1140px ;
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 800px;
        width:800px ;

    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

/* Custom CSS for modal sizes */

/* Large Modal */
.modal-dialog-lg {
    max-width: 80%; /* Adjust the width as needed */
}

/* Medium Modal */
.modal-dialog-md {
    max-width: 60%; /* Adjust the width as needed */
}

/* Small Modal */
.modal-dialog-sm {
    max-width: 40%; /* Adjust the width as needed */
}

/* Extra Large Modal */
.modal-dialog-xl {
    max-width: 90%; /* Adjust the width as needed */
}

/* Full-Width Modal */
.modal-dialog-xxl {
    max-width: 100%; /* Full-width modal */
}

/* Ensuring modals are centered and scrollable */
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

/* Example usage within Bootstrap modal structure */
.modal-content {
    border-radius: 0.3rem;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.btn-close {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.w-100 {
    width: 100% !important;
}
nav ul li a {
    text-decoration: none !important;
    padding: 13px 17px 13px 17px;
    display: flex;
    border-bottom: 0px solid #fff !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1290px;
    }
}
.error{
    color: red;
}

@media (max-width: 767px) {
    .wizard-tab-content {
        width: 100% !important;
        max-width: 90% !important;
    }
}
@media (max-width: 767px) {
    .typeofloan {
        flex-direction: column;
    }
}
