.wizard-header-title {
    display: flex;
    align-items: center;
    width: 62%;
}

.wizard-header-title h3 {
    margin-bottom: 0;
    margin-top: 0;
    color: var(--bold-color);
    font-size: 17.5px;
    font-weight: bold !important;
    margin-right: 15px;
}

.wizard-header-badger {
    background-color: #fff;
    border-radius: 10px;
    padding: 9.5px 15.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard-header-badger h6 {
    margin: 0;
    color: var(--bold-color);
    font-weight: 500;
    font-size: 17.5px;
}

.wizard-header-badger h6 b {
    margin: 0;
    color: #95c971;
}

.preliminary_app {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(35, 64, 93, 0.3);
    margin-right: 15px;
    margin-top: 3px;
}

.preliminary_app .badge {
    background-color: rgba(123, 193, 72, 0.2);
    border-radius: 20px;
    padding: 3.6px 8.3px;

    font-size: 10.5px;
    color: #84b052 !important;
    font-weight: 500;
    margin-right: 8px;
    border: none;
}

.preliminary_app p {
    color: var(--bold-color);
    margin: 0;
    font-size: 12.5px;
    font-weight: 600;
}

.wizard-nav .wizard-nav-ul li {
    list-style: none;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: transparent;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    cursor: pointer;
}

.wizard-nav .wizard-nav-ul li .nav-titles {
    width: calc(100% - 68px);
    display: flex;
    align-items: center;
}

.wizard-nav .wizard-nav-ul li .normal_icon,
.wizard-nav .wizard-nav-ul li .active_icon {
    color: rgba(35, 64, 93, 0.3);
}

.wizard-nav .wizard-nav-ul li .visited_icon {
    color: #7cc149;
}

.wizard-nav .wizard-nav-ul li .nav-titles .img_block .normal_icon {
    display: block;
}

.wizard-nav .wizard-nav-ul li .nav-titles .img_block .active_icon,
.wizard-nav .wizard-nav-ul li .nav-titles .img_block .visited_icon {
    display: none;
}

.wizard-nav .wizard-nav-ul li .nav-titles .img_block {
    margin-right: 11px;
}

.wizard-nav .wizard-nav-ul li .material-symbols-outlined {
    font-size: 22px;
}

.wizard-nav .wizard-nav-ul li .nav-titles .chevron-icon {
    display: none;
}

.wizard-nav .wizard-nav-ul li .nav-titles .img_block .active_icon,
.wizard-nav .wizard-nav-ul li .nav-titles .img_block .visited_icon {
    display: none;
}

.wizard-nav-ul .chevron-icon .material-symbols-outlined {
    color: #1c1b1f;
    font-size: 20px;
}

.wizard-nav .wizard-nav-ul li .chevron-icon .material-symbols-outlined,
.wizard-nav .wizard-nav-ul li.visited .chevron-icon .material-symbols-outlined {
    display: none;
}

.wizard-nav .wizard-nav-ul li.active .chevron-icon .material-symbols-outlined {
    display: block;
}

.wizard-nav .wizard-nav-ul li .nav-titles h5 {
    margin-top: 0;
    margin-bottom: 2px;
    color: rgba(35, 64, 93, 0.6);
    font-weight: 500;
    font-size: 10px;
}

.wizard-nav .wizard-nav-ul li .nav-titles p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12.5px;
    color: rgba(35, 64, 93, 0.6);
    font-weight: 500;
}

.wizard-nav .wizard-nav-ul li.active .nav-titles h5 {
    margin-top: 0;
    margin-bottom: 2px;
    color: #7cc149;
    font-weight: 500;
    font-size: 10px;
}

.wizard-nav .wizard-nav-ul li.active .nav-titles p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12.5px;
    color: #23405d;
    font-weight: 600;
}

.wizard-nav .wizard-nav-ul li.visited .nav-titles h5 {
    margin-top: 0;
    margin-bottom: 1px;
    color: rgba(35, 64, 93, 0.6);
    font-weight: 500;
    font-size: 10px;
}

.wizard-nav .wizard-nav-ul li.visited .nav-titles p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12.5px;
    color: #23405d;
    font-weight: 600;
}

.wizard-nav .wizard-nav-ul li.active {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
}

.wizard-nav .wizard-nav-ul li.active .nav-titles .img_block .normal_icon,
.wizard-nav .wizard-nav-ul li.active .nav-titles .img_block .visited_icon {
    display: none;
}

.wizard-nav .wizard-nav-ul li.active .nav-titles .img_block .active_icon {
    display: block;
}

.wizard-nav .wizard-nav-ul li.visited {
    border: none;
}

.wizard-nav .wizard-nav-ul li.visited .nav-titles .img_block .normal_icon,
.wizard-nav .wizard-nav-ul li.visited .nav-titles .img_block .active_icon {
    display: none;
}

.wizard-nav .wizard-nav-ul li.visited .nav-titles .img_block .visited_icon {
    display: block;
}

.new-wizard-nav {
    width: 315px !important;
    position: relative;
}

.new-wizard-canvas {
    width: calc(100% - 315px) !important;
    height: 100%;
    background-color: white;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.new-wizard-canvas-header h3 {
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: #7bc148 !important;
    font-size: 16px !important;
}

.new-wizard-canvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px !important;
}

.overall_progress {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 284px;
}

.overall_progress .progress_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.overall_progress .progress_text P {
    color: rgba(35, 64, 93, 0.6);
    margin: 0;
    font-size: 11.5px;
    font-weight: 500;
}

.overall_progress .progress_bar {
    width: 100%;
    margin-top: 9px;
}

.overall_progress .progress_bar .light-grey {
    background-color: #d7e0f5;
    border-radius: 20px;
}

.overall_progress .progress_bar .green {
    height: 5px;
    background-color: #8cc149;
    border-radius: 20px;
}

.new-wizard-canvas-body {
    padding-top: 12px !important;
    padding: 20px;
    max-height: calc(100vh - 232px) !important;
    overflow: auto;
}

.new-wizard-canvas-body .radios-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.new-wizard-canvas-body .block_radiobtn.active {
    border: 1px solid var(--highlight-color);
    color: #fff;
    background-color: #7cc149;
    box-shadow: none;
}

.new-wizard-canvas-body .block_radiobtn {
    appearance: none;
    -webkit-appearance: none;
    padding: 13px 14px;
    flex: inherit;
    max-width: calc((100% - 15px * 5) / 6);
    border-radius: 8px;
    background-color: #f8fbff;
    color: rgba(35, 64, 93, 0.6);
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    font-family: "Montserrat", serif;
    font-size: 11px;
    font-weight: 500;
    padding-right: 30px;
    border: 1px solid #e1e5ea;
    width: 154px;
}

.new-wizard-canvas-body .block_radiobtn img {
    height: 27px;
    margin-bottom: 0px;
    margin-right: 13px;
}

.new-wizard-canvas-body .icon-check .checked {
    display: none;
    margin-bottom: 0;
    width: 15px;
    height: inherit;
    margin-right: 0;
}

.new-wizard-canvas-body .icon-check {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 3;
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.radio-box.active,
.radio-box:hover {
    color: var(--highlight-color);
    box-shadow: 0px 0px 5px #7bc1498c;
    background-color: white;
}

.radio-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8dde4;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12.5px;
    color: #6e92b7;
    appearance: none;
    -webkit-appearance: none;
    background-color: #f8fbff;
    transition: all 0.2s ease-out;
}

.warmapp_body input,
.warmapp_body textarea,
.warmapp_body select,
.warmapp_body button {
    font-family: var(--font);
    box-sizing: border-box;
}

.radio-box.active span,
.radio-box:hover span {
    color: var(--highlight-color);
}

.radio-box span {
    color: #d4dfee;
    margin-right: 5px;
    font-size: 20px;
}

.mandatory_mark {
    color: #e56565;
}

.new-wizard-canvas-body .horz_questions {
    display: grid;
    grid-template-columns: 0.9fr 2.1fr;
    align-items: center;
}

.new-wizard-canvas-body .radio-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.warmapp_body .ques_rightBlock .form-group {
    display: flex;
    gap: 15px;
}

.warmapp_body .ques_rightBlock .form-group .form-block {
    flex: 1;
    max-width: calc((100% - 15px) / 2);
}

.invite_borrower {
    background-color: #fff;
    border: 1px solid #7cc149;
    border-radius: 10px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    color: #7cc149;
    font-size: 10px;
    font-weight: 600;
    padding-right: 15px;
    text-transform: uppercase;
    height: 37.6px;
}

.invite_borrower span {
    color: #7cc149;
    font-size: 15px;
    margin-left: 10px;
}

.new-wizard-canvas-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wizard-nav .wizard-nav-ul li .material-icons {
    font-size: 22px;
}

.new-wizard-canvas-body .pt9 {
    padding-top: 9px;
}

.new-wizard-canvas .question_block label {
    font-weight: var(--semibold);
    color: var(--bold-color);
    font-size: 13.5px;
    padding-right: 36px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

.new-wizard-footer a {
    text-decoration: none;
}

.loan_to_value {
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 11px 15px;
    margin-top: 13px;
    display: inline-block;
}

.loan_to_value h5 {
    margin: 0;
    color: #23405d;
    font-weight: 600;
    font-size: 15px;
}

.loan_to_value span {
    color: #7cc149;
    font-weight: bold;
    margin-left: 15px;
}

.loan_to_value p {
    margin-top: 2px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    font-weight: 500;
}

.ltv_block {
    align-items: start !important;
}

.new-wizard-canvas .form_select {
    position: relative;
}

.new-wizard-canvas .form_select span {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    color: var(--highlight-color);
    font-size: 20px;
    pointer-events: none;
}

.new-wizard-canvas .form_select .wizard-input {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
}

.guarantor_accordion .accordion-item .checklist-header-row .accordion-toggle-btn[aria-expanded="true"] span {
    transform: rotate(180deg);
}

.guarantor_accordion .accordion-item .checklist-header-row .accordion-toggle-btn span {
    transition: transform 0.2s;
}

.guarantor_accordion .accordion-item {
    border: 1px solid #d8e3e9 !important;
    border-radius: 10px !important;
    padding: 10px 13px;
    margin-bottom: 12px;
}

.guarantor_accordion .checklist-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
}

.guarantor_accordion .checklist-header {
    display: flex;
    align-items: center;
}

.guarantor_accordion .checklist-header-row .person_icon {
    color: #7cc149;
    font-size: 19px;
}

.guarantor_accordion .checklist-header-row p {
    margin-bottom: 0;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #23405d;
}

.guarantor_accordion .accordion-item .checklist-header-row .accordion-toggle-btn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.guarantor_accordion .accordion-item .checklist-header-row .accordion-toggle-btn span {
    font-size: 25px;
    color: #7cc149;
}

.guarantor_accordion h5 {
    color: #7bc148;
    font-size: 15px;
    font-weight: 500;
    margin: 40px 0 20px 0;
}

.new-wizard-canvas .form-control {
    border-radius: 10px;
    background: #f3f8ff;
    padding: 10px 13px;
    color: #768a9e;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #afb8c3;
    width: 100%;
}

.question_top_border {
    border-top: 1px dashed var(--borderColor);
    margin-top: 11px;
}

.question_bottom_none {
    border-bottom: none !important;
    padding-bottom: 10px !important;
}

.add_guarantor_btn {
    width: 100%;
    border: 1px dashed #7cc149;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background-color: #fff;
}

.add_guarantor_btn p {
    margin-bottom: 0;
    color: #7cc149;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 9px;
}

.add_guarantor_btn span {
    color: #7cc149;
    font-size: 16px;
    line-height: 14px;
}

.review_app .modal-dialog {
    min-width: 1270px;
}

.review_app .modal-content {
    background-color: #eff5f8;
    border-radius: 10px;
}

.review_app .modal-header {
    background-color: #fff;
    padding: 16px 20px;
}

.review_app .modal-header {
    background-color: #fff;
    padding: 16px 20px;
}

.review_app .title_block h5 {
    font-size: 17.5px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 20px;
}

.review_app .title_block p {
    color: #23405d;
    font-size: 11px;
    margin-bottom: 0;
}

.review_app .pop_close {
    padding: 0;
    background-color: transparent;
    border: none;
    line-height: 0;
}

.review_app .pop_close span {
    color: #1c1b1f;
    font-size: 16.5px;
    font-weight: 600;
}

.review_app .modal-body {
    padding: 16px 20px;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    padding-bottom: 9px;
}

.review_app .form_block {
    border-radius: 5px;
    padding: 20px 20px;
    padding-top: 20px;
    border: none;
    position: inherit;
    width: 100%;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding-left: 54px;
    padding-bottom: 0;
}

.review_app .form_block .form_title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.review_app .form_block .form_title span {
    position: absolute;
    top: 0px;
    left: -31px;
    color: #7cc149;
    font-size: 17.5px;
}

.review_app .form_block .form_title h5 {
    color: #23405d;
    font-size: 13.7px;
    font-weight: 700;
    margin-bottom: 0;
}

.review_app .form_block label {
    color: rgba(35, 64, 93, 0.6);
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0px;
}

.review_app .form_block .input_value {
    color: #23405d;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 16px;
}

.review_app .modal-body::-webkit-scrollbar {
    width: 10px;
    border-radius: 30px;
}

.review_app .modal-body::-webkit-scrollbar-track {
    background: #eeeeee;
}

.review_app .modal-body::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 30px;
}

.review_app .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.review_app .modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 20px;
}

.new-wizard-canvas .ques_rightBlock .search_wrp {
    border-radius: 10px;
    background: #f3f8ff;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #afb8c3;
    color: #768a9e;
    width: 48.6%;
}

.owner_title {
    margin: 25px 0;
}

.wizard-canvas-body .owner_title h3 {
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 0px;
    color: #7bc148;
    font-size: 16px;
    text-align: left;
}

.owner_title p {
    color: #23405d;
    font-size: 12.5px;
    font-weight: 500;
    margin-top: 0;
}

.border-bottom-0 {
    border-bottom: none;
}

.owner_details {
    border: 1px solid #d8e3e9;
    border-radius: 15px;
    padding: 14px 18px;
    padding-bottom: 7px;
}

.owner_details h3 {
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #7bc148;
    font-size: 16px;
    text-align: left;
}

.submit_content {
    background-color: #fff;
    border-radius: 15px;
    min-height: calc(100vh - 147px);
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    height: auto !important;
    width: 950px !important;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 50px 150px 70px 150px;
}

.submit_content .submit_icon {
    width: 90px;
    margin-bottom: 20px;
}

.submit_content h1 {
    color: #23405d;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 17px;
}

.submit_content h1 {
    color: #23405d;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 54px;
}

.submit_content p {
    color: #23405d;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 68px;
}

.submit_content .after_submit {
    display: flex;
    gap: 18px;
    align-items: start;
    justify-content: center;
    margin-bottom: 58px;
}

.submit_content .after_submit .submit_icon {
    width: 52px;
    margin-bottom: 0px;
}

.submit_content .after_submit h5 {
    color: #23405d;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 11px;
}

.submit_content .after_submit p {
    margin-bottom: 0;
}

.submit_body {
    height: auto;
}

.final_submit_content .after_submit p {
    font-size: 14px;
}

.we_look {
    color: #23405d;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 11px;
    text-align: center;
}

.final_submit_content {
    position: relative;
    padding: 50px 150px 199px 150px;
}

.any_questions_block {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    background-color: rgba(123, 193, 72, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 37px 28px;
    padding-right: 0;
}

.any_questions_block .left_block {
    display: flex;
    align-items: center;
    width: 60%;
    margin-right: 7%;
}

.any_questions_block .left_block p {
    margin-bottom: 0;
    color: rgba(35, 64, 93, 0.9);
    font-size: 19.5px;
    font-weight: 600;
}

.any_questions_block .left_block img {
    width: 85px;
    margin-right: 38px;
}

.any_questions_block .right_block {
    width: 33%;
}

.any_questions_block .right_block span {
    color: #84b052;
    font-size: 19px;
    margin-right: 10px;
}

.any_questions_block .right_block p {
    margin-bottom: 0;
    color: #1d3853;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}

@media screen and (min-width: 2500px) {
    .wizard-container {
        max-width: 2500px;
    }

    .wizard-body {
        width: 100%;
        height: calc(100vh - 122px);
    }

    .wizard-canvas {
        height: 98%;
    }

    .wizard-canvas-body {
        padding: 20px;
        max-height: calc(100vh - 283px);
        overflow: auto;
    }

    .wizard-header-title {
        width: 76%;
    }
}

@media (min-width: 1600px) {}

@media (min-width: 1281px) and (max-width: 1366px) {
    .wizard-header-title {
        display: flex;
        align-items: center;
        width: 58%;
    }
}

.wizard-nav .wizard-nav-ul li .title_block {
    display: initial;
}

.warmapp_body .new-wizard-canvas .wizard-input {
    border-radius: 10px;
    background: #f3f8ff;
    padding: 10px 13px;
    color: #768a9e;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    appearance: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #afb8c3;
    width: 440px;
}

.new-wizard-canvas-footer .save_next {
    background-color: #8fc591 !important;
    border: 1px solid #8fc591 !important;
    border-radius: 10px !important;
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding-right: 7px !important;
}

.new-wizard-canvas-footer .save_next span {
    color: #507952 !important;
    font-size: 20px !important;
    margin-left: 5px !important;
}

@media (min-width: 300px) and (max-width: 480px) {
    .new-wizard-canvas-body .radios-wrapper {
        display: flex;
        justify-content: flex-start;
        gap: 8px;
        overflow-x: auto;
        flex-direction: row;
        flex-wrap: unset;
    }

    .new-wizard-canvas-body .block_radiobtn {
        width: 100%;
        max-width: inherit;
    }

    .submit_content {
        padding: 35px 20px 50px 20px;
    }

    .final_submit_content {
        padding-bottom: 300px;
    }

    .any_questions_block {
        flex-direction: column;
    }

    .any_questions_block .left_block {
        display: flex;
        align-items: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .any_questions_block .left_block img {
        width: 50px;
        margin-right: 20px;
    }

    .any_questions_block .left_block p {
        margin-bottom: 0;
        color: rgba(35, 64, 93, 0.9);
        font-size: 14.5px;
        font-weight: 600;
    }

    .any_questions_block .right_block {
        width: 100%;
    }
}

@media (min-width: 750px) and (max-width: 1080px) {
    .new-wizard-canvas-body .block_radiobtn {
        max-width: inherit;
    }
}

@media (min-width: 300px) and (max-width: 1080px) {
    .wizard-header-title {
        display: none;
    }

    .new-wizard-nav {
        width: 100% !important;
        position: relative;
    }

    .preliminary_app {
        margin-right: 0px;
    }

    .wizard-nav .wizard-nav-ul li .nav-titles {
        width: 100%;
    }

    .preliminary_app {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed rgba(35, 64, 93, 0.3);
        margin-right: 0;
        margin-top: 3px;
    }

    .wizard-nav .wizard-nav-ul li {
        list-style: none;
        margin-bottom: 10px;
        border-radius: 8px;
        background-color: transparent;
        padding: 12px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid rgba(35, 64, 93, 0.3) !important;
    }

    .wizard-nav .wizard-nav-ul li .nav-titles {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .wizard-nav .wizard-nav-ul li .nav-titles h5 {
        font-size: 12px;
        text-align: center;
        position: inherit;
        display: block;
        top: -21px;
        white-space: nowrap;
        left: 50%;
        transform: inherit;
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 0;
    }

    .wizard-nav .wizard-nav-ul li .nav-titles .img_block {
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .wizard-nav .wizard-nav-ul li.visited .nav-titles h5 {
        margin-top: 0;
        margin-bottom: 1px;
        color: rgba(35, 64, 93, 0.6);
        font-weight: 600;
        font-size: 12px;
    }

    .wizard-nav .wizard-nav-ul {
        margin-top: 10px;
    }

    .wizard-nav .wizard-nav-ul li.active .chevron-icon {
        display: none;
    }

    .new-wizard-canvas {
        width: 100% !important;
        height: 100%;
        background-color: white;
        border-radius: 10px 10px 0 0;
        position: relative;
    }

    .new-wizard-canvas-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
    }

    .new-wizard-canvas-body {
        padding-top: 12px !important;
        padding: 20px;
        max-height: calc(100vh - 473px) !important;
        overflow: auto;
    }

    .overall_progress {
        display: none;
    }

    .new-wizard-canvas-body .horz_questions {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .warmapp_body .new-wizard-canvas .wizard-input {
        width: 100%;
    }

    .new-wizard-canvas-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow-x: auto;
    }

    .new-wizard-canvas-footer .save_next {
        white-space: nowrap !important;
    }

    .invite_borrower {
        white-space: nowrap;
        margin-left: 10px;
    }

    .horz_questions {
        display: grid;
        grid-template-columns: 1.2fr 2fr;
        align-items: center;
        gap: 5px;
    }

    .new-wizard-canvas .ques_rightBlock .search_wrp {
        width: 100%;
    }

    .ques_rightBlock .search_wrp .wizard-search-input {
        width: 100%;
    }

    .submit_content {
        width: 95%;
    }
}

.warmapp_body .ques_rightBlock .form-group .sq_ft_breakdown {
    position: relative;
}

.warmapp_body .ques_rightBlock .form-group .sq_ft_breakdown label {
    color: rgba(35, 64, 93, 0.9);
    font-weight: 500;
    position: absolute;
    top: 12px;
    left: 13px;
    padding-right: 0;
}

.new-wizard-canvas .sq_ft_breakdown:first-child .form-control {
    padding-left: 150px;
}

.new-wizard-canvas .sq_ft_breakdown:last-child .form-control {
    padding-left: 157px;
}

.review_app .modal-header .title_block {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}

.review_app .pop_close .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 24;
}

.review_app .modal-footer .save_next {
    background-color: #8fc591;
    border: 1px solid #8fc591;
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding-right: 7px;
}

.review_app .modal-footer .save_next span {
    color: #507952;
    font-size: 20px;
    margin-left: 5px;
}

.remove_button_block {
    display: flex;
}

.remove_button_block .remove_button {
    border: 1px solid #7cc149;
    border-radius: 5px;
    padding: 3px 5px;
    margin-right: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.remove_button_block .remove_button span {
    font-size: 16px;
    color: #7cc149;
}

/* last updated on 04:11 PM 26-nov-25 by vkr*/