.wizard-header-grid {
  display: grid !important;
  grid-template-columns: minmax(330px, auto) 1fr auto;
  align-items: center;
}

.wizard-header-left {
  display: flex;
  align-items: center;
}

.wizard-header .wizard-logo {
  width: 280px;
  flex-shrink: 1;
  object-fit: contain;
  object-position: left;
}

.wizard-header-title {
  display: flex;
  align-items: center;
  margin-left: 36px;
}

.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 - 278px) !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 * 2) / 3);
  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;
  text-align: left;
}

/* .new-wizard-canvas-body .block_radiobtn:nth-child(2) {
    padding-right: 10px;
}

.new-wizard-canvas-body .block_radiobtn:last-child {
    padding-right: 10px;
}

.new-wizard-canvas-body .block_radiobtn:nth-child(2) img {
    margin-right: 5px;
}

.new-wizard-canvas-body .block_radiobtn:last-child img {
    margin-right: 5px;
} */

.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 !important;
  top: 4px !important;
  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-canvas-footer-pinned {
  position: sticky;
  bottom: 0;
  z-index: 50;
  background: #fff;
  border-top: 1px solid #e8ecf0;
}

.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;
  cursor: pointer;
}

.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 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  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: 850px !important;
  margin: 0 auto;
  margin-bottom: 45px;
  padding: 32px 95px 36px 95px;
}

.submit_content .submit_icon {
  width: 68px;
  margin-bottom: 12px;
}

.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 !important;
  margin-bottom: 3px;
  text-align: center;
  padding: 0 54px;
}

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

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

.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: 6px;
}

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

.submit_body {
  height: auto !important;
  padding-top: 61px;
}

.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;
  width: 1000px !important;
}

.any_questions_block {
  background-color: rgba(123, 193, 72, 0.2);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;

  width: 100%;
}

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

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

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

.any_questions_block .right_block {
  width: 36%;
}

.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: 13.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.any_questions_block .right_block a {
  margin-bottom: 0;
  color: #1d3853 !important;
  font-size: 13.5px;
  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 {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1600px) {
  .wizard-header-title {
    display: flex;
    align-items: center;
  }
}

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

.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%;
  }

  .new-wizard-canvas-body {
    padding-top: 12px !important;
    padding: 20px;
    max-height: calc(100vh - 307px) !important;
    overflow: auto;
  }
  .review_app .modal-dialog {
    min-width: inherit;
  }
}

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

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

  .wizard-nav ul li .nav-titles p {
    display: block !important;
  }

  .new-wizard-canvas-body .block_radiobtn {
    max-width: 152px;
  }

  .wizard-group {
    flex-direction: column;
  }

  .wizard-nav ul li {
    display: flex !important;
    flex-direction: column !important;
    padding: 10px 0;
    flex: 1 !important;
    position: relative;
  }

  .wizard-nav ul {
    margin-right: 0;
    display: flex;
    align-items: center;
    margin-top: 26px;
    gap: 10px;
  }
  .review_app .modal-dialog {
    min-width: 700px;
  }
}

@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% !important;
    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;
  }

  .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%;
  }
}

@media (min-width: 1081px) and (max-width: 1366px) {
  .review_app .modal-dialog {
    min-width: 1000px;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .review_app .modal-dialog {
    min-width: 1100px;
  }
}
@media (min-width: 481px) and (max-width: 749px) {
  .review_app .modal-dialog {
    min-width: 470px;
  }
}

.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;
}
.submit_buttons {
  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;
  margin-top: 20px;
}
.final_submit_content .completed_appliaction {
  margin-bottom: 48px;
}

.upload_documents_section {
  max-width: 660px;
  margin: 0 auto;
}
.upload_documents_note {
  padding: 20px;
  border-radius: 10px;
  background-color: #e5f3da;
}
.upload_documents_note p {
  color: #4a6476;
  font-weight: 500;
  margin-bottom: 3px;
}

.upload_box {
  width: 100%;
  max-width: 700px;
  height: 350px;
  border: 1.5px dashed #dadada;
  border-radius: 5px;
  background-color: #eff3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.3s,
    background-color 0.3s;
}

.upload_box.dragover {
  border-color: #7cc242;
  background-color: #eef9e6;
}

.upload-content {
  text-align: center;
  font-family: Arial, sans-serif;
}

.upload_icon {
  color: #95b2ce;
  margin-bottom: 10px;
}
.upload_icon span {
  font-size: 57px;
}

.upload_text {
  font-size: 12px;
  color: #4c647d;
  margin: 8px 0;
  font-weight: 500;
}

.upload-or {
  display: block;
  margin: 0px 0 8px;
  color: #4c647d;
  font-size: 13px;
  font-weight: 500;
}

.choose_file_blcok {
  height: 28px;
  border-radius: 4px;
  background-color: #7cc149;
  border: 1px solid #7cc149;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
}
.choose_file_blcok input[type='file'] {
  width: 106px;
  height: 28px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  border-radius: 4px;
  cursor: pointer;
}

.submit_application {
  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;
}
.overflow_none {
  overflow: inherit;
}

.broker_header_title {
  width: inherit;
}
.broker_header_title h3 {
  margin-bottom: 0;
  margin-top: 0;
  color: #7cc149;
  font-size: 16px;
  font-weight: bold !important;
  margin-right: 0;
  text-transform: uppercase;
}
.broker_header_title h3 span {
  color: #1d3853;
  font-weight: 600;
}
.broker-wizard-nav {
  width: 240px !important;
}

.broker-wizard-nav ul {
  margin-right: 30px !important;
}
.broker-wizard-nav .wizard-nav-ul li {
  list-style: none;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: transparent;
  padding: 9px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
}
.broker-wizard-nav .wizard-nav-ul li .nav-titles {
  width: calc(100% - 24px);
  display: flex;
  align-items: center;
}
.broker-wizard-nav .wizard-nav-ul li .nav-titles .img_block {
  margin-right: 23px;
}
.broker-wizard-nav .wizard-nav-ul li .material-symbols-outlined {
  font-size: 24px;
}
.broker-wizard-nav .wizard-nav-ul li.active .nav-titles p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  color: #23405d;
  font-weight: 600;
  line-height: 14px;
}
.broker-wizard-nav .wizard-nav-ul li .nav-titles p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  color: rgba(35, 64, 93, 0.6);
  font-weight: 500;
  line-height: 14px;
}
.broker-wizard-nav .wizard-nav-ul .chevron-icon .material-symbols-outlined {
  color: #1c1b1f;
  font-size: 20px;
}
.broker-wizard-nav .wizard-nav-ul li.visited .nav-titles p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  color: #23405d;
  font-weight: 600;
}
.broker-wizard-canvas-body {
  padding-top: 20px !important;
  padding: 20px;
  max-height: inherit !important;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
}
.broker_title_section {
  display: flex;
  align-items: start;
  margin-bottom: 18px;
}
.broker_title_section span {
  color: #7cc149;
  font-size: 19px;
  margin-right: 13px;
}
.broker_title_section h4 {
  color: rgba(29, 56, 83, 0.6);
  font-size: 13.5px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.broker-wizard-canvas-body .form-group {
  margin-bottom: 15px;
}
.broker-wizard-canvas-body label {
  color: #23405d;
  font-size: 11.5px;
  font-weight: 600;
  margin-bottom: 6px;
}
.warmapp_body .broker-wizard-canvas-body .form_control,
.warmapp_body .broker-wizard-canvas-body select {
  border-radius: 5px;
  background: #fff;
  padding: 7.5px 13px;
  color: #768a9e;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #ccd8f6;
  width: 100%;
}
.warmapp_body .broker-wizard-canvas-body .form_control:focus,
.warmapp_body .broker-wizard-canvas-body select:focus {
  background: #fff !important;
  border: 1px solid #ccd8f6;
}
.broker-wizard-canvas::-webkit-scrollbar {
  height: 5px;
  border-radius: 30px;
  width: 7px;
}
.broker-wizard-canvas::-webkit-scrollbar-track {
  background: #eeeeee;
}
.broker-wizard-canvas::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}
.broker-wizard-canvas::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.broker_title_section p {
  color: rgba(35, 64, 93, 0.8);
  font-size: 11px;
  margin-bottom: 0;
  font-weight: 500;
}
.broker_table th {
  vertical-align: middle;
  color: #000;
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e1f4d2;
}
.broker_table td {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 16px;
  vertical-align: middle;
}
.warmapp_body .broker-wizard-canvas-body .broker_table .form_control,
.warmapp_body .broker-wizard-canvas-body .broker_table select {
  border-radius: 0;
  background: #fff;
  padding: 3.5px 0px;
  color: #1d3853;
  font-size: 12px;
  font-weight: 500;
  border: 0;
  width: 100%;
}
.warmapp_body .broker-wizard-canvas-body .broker_table .form_control:focus,
.warmapp_body .broker-wizard-canvas-body .broker_table select:focus {
  background: #fff !important;
  border: 0;
}
.broker_table td:nth-child(4) .form-control {
  text-align: left;
}
.broker_table {
  margin-bottom: 0;
}
.icon_input {
  display: flex;
  align-items: center;
}
.icon_input span {
  color: #ccd8f6;
  font-size: 20px;
  margin-right: 7px;
}
.broker_table td:nth-child(5) .form-control {
  text-align: left;
}
.broker_table td:nth-child(6) {
  background: transparent;
  text-align: left;
}
.new-wizard-canvas .broker_table .form_select span {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(0, -50%);
  color: #7cc149;
  font-size: 20px;
  pointer-events: none;
}
.broker_table td {
  padding: 9.3px 0.75rem;
}
.add_row_button {
  display: flex;
  align-items: center;
  border: 1px dashed #7cc149;
  background-color: #f9fff4;
  border-radius: 5px;
  color: #7cc149;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 600;
}
.add_row_button span {
  font-size: 13.5px;
  margin-right: 4px;
}
.broker_table th small {
  color: rgba(35, 64, 93, 0.5);
  text-align: center;
  font-size: 9.5px;
  line-height: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.contact_type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.contact_type p {
  color: #23405d;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
.contact_type .btn {
  padding: 2px 3px;
  background-color: #efffe2;
  border-radius: 5px;
  border: 1px solid #efffe2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_type .btn span {
  font-size: 15px;
  color: #7cc149;
}

.yn_block {
  display: flex;
  align-items: center;
  border: 1px solid #ccd8f6;
  border-radius: 8px;
  padding: 23px 18px;
  justify-content: space-between;
}
.question_text h6 {
  color: #23405d;
  font-size: 11.5px;
  font-weight: 600 !important;
  margin-bottom: 3px;
}
.question_text p {
  color: #7cc149;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0;
}
.ys_toggle_buttons {
  display: flex;
  align-items: center;
}
.ys_toggle_buttons .toggle {
  color: #7cc149;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #7cc149;
  padding: 5px 16px;
  font-size: 12.5px;
  font-weight: 500;
  margin-bottom: 0;
}
.ys_toggle_buttons .toggle.active {
  color: #fff;
  background: linear-gradient(to left, #8fce58, #76b73e);
}
.upload-wizard-canvas-body {
  max-height: calc(100vh - 135px) !important;
}
.upload_documents_list h6 {
  color: rgba(35, 64, 93, 0.8);
  font-size: 13px;
  font-weight: 600 !important;
  margin-bottom: 22px;
}
.upload_documents_table th {
  vertical-align: top;
  color: #000;
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e9f0e6;
}
.upload_documents_table td {
  font-size: 12px;
  font-weight: 500;
  color: #23405d;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.document_action_btns .btn {
  border: 1px solid #dbe3f8;
  border-radius: 5px !important;
  padding: 3.5px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.document_action_btns .btn .icon {
  color: rgba(35, 64, 93, 0.8);
  font-size: 16px;
}
.document_action_btns .btn:hover {
  background-color: transparent;
  color: rgba(35, 64, 93, 0.8);
}
.document_action_btns .btn:focus {
  background-color: transparent;
  color: rgba(35, 64, 93, 0.8);
  box-shadow: none;
}
.document_action_btns .tooltip {
  right: -22px;
  bottom: 34px;
}
.document_delete .modal-content {
  background-color: #f7f9ff;
}
.document_delete .cls_btn {
  position: absolute;
  right: 18px;
  top: 13px;
  font-size: 19px;
  color: #000000;
  cursor: pointer;
}
.document_delete.reset_alert h5 {
  color: #23405d;
  text-transform: capitalize;
  text-align: center;
  margin-top: 13px;
  font-size: 20px;
  font-weight: 700;
}
.loading-icon {
  animation: 0.8s linear 0s infinite rotate;
  font-size: 16px;
}
.document_action_btns .fail_icon {
  border: 1px solid #ffcdcd;
}
.document_action_btns .fail_icon .icon {
  color: #e56565;
}
.document_action_btns .fail_icon .tooltip {
  right: -4px;
  bottom: 34px;
}
.warmapp_new_btn {
  color: #fff;
  background: linear-gradient(to left, #8fce58, #76b73e);
  border-radius: 5px;
  border: 1px solid #7cc149;
  padding: 5px 16px;
  font-size: 12.5px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
}

.broker_delete_popup .modal-dialog {
  max-width: 440px;
}
.broker_delete_popup .modal-content {
  background-color: #f7f9ff;
}
.broker_delete_popup.reset_alert h5 {
  color: #23405d;
  text-transform: capitalize;
  text-align: center;
  margin-top: 13px;
  font-size: 18px;
  font-weight: 700 !important;
}
.broker_delete_popup .cls_btn {
  position: absolute;
  right: 18px;
  top: 13px;
  font-size: 17px;
  color: #000;
  cursor: pointer;
}

.warmapp_body .broker-wizard-canvas-body .searchable_select .form_control,
.warmapp_body .broker-wizard-canvas-body .searchable_select select {
  border-radius: 5px;
  background: #fff;
  padding: 7.5px 13px;
  color: #768a9e;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #ccd8f6;
  width: 100%;
  background-color: transparent;
  min-height: 33.1px;
  height: auto;
}
.searchable_select .css-b62m3t-container .css-13cymwt-control {
  height: auto;
  background-color: transparent !important;
  min-height: 33.1px;
  overflow-y: visible;
}
.searchable_select .css-1fdsijx-ValueContainer {
  padding: 0 8px !important;
}
.searchable_select .css-b62m3t-container .css-1jqq78o-placeholder {
  font-size: 11.5px;
  color: #768a9e;
}
.searchable_select .css-b62m3t-container .css-qbdosj-Input {
  font-size: 12px !important;
}
.searchable_select .css-1xc3v61-indicatorContainer {
  display: none;
}
.searchable_select .css-b62m3t-container .css-t3ipsp-control {
  border: 1px solid #ccd8f6;
  box-shadow: none !important;
  min-height: 33.1px;
  background-color: #fff !important;
  border-color: #ccd8f6 !important;
}
.searchable_select .css-15lsz6c-indicatorContainer {
  display: none;
}
.search_dropdown .css-1nmdiq5-menu {
  bottom: 26px !important;
  top: inherit !important;
}
.custom_select {
  padding: 9.3px 0 !important;
}
.custom_select .form_control {
  padding: 0 0.75rem !important;
}
.action_contact_type .contact_type {
  justify-content: center;
}
.contact_type .btn:focus {
  box-shadow: none;
}
.broker_orginate .react-select__indicators {
  display: none;
}
.broker_orginate .react-select__control {
  height: auto !important;
  max-height: none !important;
  min-height: 33.1px;
  overflow: visible !important;
}
.broker_orginate .react-select__value-container {
  flex-wrap: wrap !important;
  overflow: auto !important;
}
.broker_orginate .form_control {
  height: auto !important;
  max-height: none !important;
  min-height: 33.1px;
}
.css-1nmdiq5-menu > div {
  max-height: 150px !important;
}
.excel-btn {
  border: 1px solid #8cc149;
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 12.5px;
  color: #8cc149;
  font-weight: 500;
}

.excel-btn img {
  width: 21px;
  margin-right: 7px;
}
.excel-btn:focus,
.excel-btn:hover {
  color: #8cc149;
  border-color: #8cc149;
}

.needs_summary_header .title {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
}
.needs_summary_header .create_btn {
  padding: 4px 12px;
  border-radius: 5px;
  border: 1px solid #7cc149;
  background: #7cc149;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: inherit;
  display: flex;
  align-items: center;
  padding-left: 6px;
}
.needs_summary_header .create_btn span {
  margin-right: 2px;
  font-size: 17px;
}
.needs_summary_table {
  margin-top: 10px;
}
.needs_summary_table .rdt_Table {
  border: 1px solid #ccd8f6;
}
.needs_summary_table .rdt_TableHeadRow {
  min-height: 44px;
  border-bottom-width: 1px;
  border-bottom-color: #ccd8f6;
  border-bottom-style: solid;
  background-color: #e9f0e6;
}
.needs_summary_table .rdt_TableCol {
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.needs_summary_table .rdt_TableRow {
  min-height: 70px;
  color: rgba(35, 64, 93, 0.8);
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.needs_summary_table .rdt_TableRow:hover {
  min-height: 70px;
  color: rgba(35, 64, 93, 0.8);
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;

  transition-duration: inherit;
  transition-property: none;
  border-bottom-color: #ccd8f6;
  outline-style: unset;
  outline-width: inherit;
  outline-color: unset;
}
.view_need_docs {
  padding: 0;
  color: #8e9ba9;
  font-size: 24px !important;
}
.view_need_docs:hover {
  color: #8e9ba9;
  outline: none;
  border: 1px solid transparent;
}
.view_need_docs:focus {
  color: #8e9ba9;
  outline: none;
  border: 1px solid transparent;
}
.need_upload {
  cursor: pointer;
  background: #7cc149;
  color: #fff;
  border-radius: 5px;
  font-size: 24px !important;
  padding: 2.5px 5px;
  margin-left: 5px;
}
.need_upload:hover {
  cursor: pointer;
  background: #7cc149;
  color: #fff;
  border-radius: 5px;
  font-size: 24px;
  padding: 2.5px 5px;
  margin-left: 5px;
}
.comment_btn {
  padding: 0;
}
.comment_btn .icon2 {
  color: #8e9ba9;
  font-size: 24px !important;
}
.comment_btn img {
  width: 20px;
  height: auto;
}
.add_need_pop.add_note_pop.new_popup .modal-dialog.add_need_rent {
  max-width: 820px !important;
}
.new_popup .modal-dialog.add_need_rent .modal-content {
  min-width: 820px !important;
  border: none;
}
.new_popup .modal-dialog.add_need_rent .modal-body {
  padding: 1rem 25px;
}
.new_popup .modal-dialog.add_need_rent .modal-header {
  padding: 12px 25px;
  background-color: #7cc149;
  border: 1px solid #7cc149;
}

.needs_file_view.pdf_doc .item {
  position: relative;
}
.needs_file_view.pdf_doc .item .doc {
  position: inherit;
}
.needs_file_view .modal-dialog .modal-header h5 {
  margin-bottom: 0;
  margin-top: 0;
}
.view_needs_badge {
  position: relative;
}
.view_needs_badge .badge-number {
  position: absolute;
  top: -5px;
  color: #fff;
  padding: 2px 4px;
  background-color: #7cc149;
  border-radius: 5px;
  font-size: 9px;
  left: -5px;
  font-weight: normal;
}

.chat_icon:hover {
  padding: 0;
  color: #8e9ba9;
  font-size: 24px !important;
  outline: none;
  border: none;
}
.form_block_fw {
  max-width: 74% !important;
}
.needs_time_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date_badge {
  font-size: 10px;
  color: #23405d;
  font-weight: 400;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0px;
  margin-left: 10px;
}
.item_block {
  margin-bottom: 10px;
}
.needs_file_view.pdf_doc .item_block .item {
  margin-bottom: 0;
}
.loan_needs_comments.dashboard_block .comments-wrapper .offcanvas-header {
  background-color: #7cc149;
  color: #ffffff;
  justify-content: normal;
}

.needs_summary_table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.needs_summary_table .rdt_TableHeadRow {
  /* height: 50px; */
}

.needs_summary_table .rdt_TableCol:nth-child(1),
.needs_summary_table .rdt_TableCell:nth-child(1) {
  width: 14.46% !important;
  max-width: 14.46% !important;
}

.needs_summary_table .rdt_TableCol:nth-child(2),
.needs_summary_table .rdt_TableCell:nth-child(2) {
  width: 10.58% !important;
  max-width: 10.58% !important;
}

.needs_summary_table .rdt_TableCol:nth-child(3),
.needs_summary_table .rdt_TableCell:nth-child(3) {
  width: 29.46% !important;
  max-width: 29.46% !important;
}

.needs_summary_table .rdt_TableCol:nth-child(4),
.needs_summary_table .rdt_TableCell:nth-child(4) {
  width: 16.76% !important;
  max-width: 16.76% !important;
}

.needs_summary_table .rdt_TableCol:nth-child(5),
.needs_summary_table .rdt_TableCell:nth-child(5) {
  width: 10.35% !important;
  max-width: 10.35% !important;
}

.needs_summary_table .rdt_TableCol:nth-child(6),
.needs_summary_table .rdt_TableCell:nth-child(6) {
  width: 8.58% !important;
  max-width: 8.58% !important;
}

.needs_summary_table .rdt_TableCol:nth-child(7),
.needs_summary_table .rdt_TableCell:nth-child(7) {
  width: 8.82% !important;
  max-width: 8.82% !important;
}

.needs_summary_table .rdt_TableCell {
  padding: 12px 16px;
  white-space: nowrap;
}

.need_list_summary.tooltip.descritipn_tooltip {
  width: 300px;
  max-width: 300px;
}

.rental_table_tr .rdt_TableRow:nth-child(1) .need_list_summary.tooltip.descritipn_tooltip {
  top: 22px;
  height: fit-content;
}

.rental_table_tr .rdt_TableRow:nth-child(1) .need_list_summary.tooltip.descritipn_tooltip:before,
.rental_table_tr .rdt_TableRow:nth-child(1) .need_list_summary.tooltip.descritipn_tooltip:after {
  border-bottom: 9px solid #a7acb8;
  top: -9px;
  bottom: unset;
  border-top: none;
}

.rental_table_tr .rdt_TableRow:nth-child(2) .need_list_summary.tooltip.descritipn_tooltip {
  bottom: -64px;
}

.rental_table_tr .rdt_TableRow:nth-child(2) .need_list_summary.tooltip.descritipn_tooltip:before,
.rental_table_tr .rdt_TableRow:nth-child(2) .need_list_summary.tooltip.descritipn_tooltip:after {
  border-bottom: 9px solid #a7acb8;
  top: -9px;
  bottom: unset;
  border-top: none;
}

.esignresend-btn.excel-btn {
  border: 1px solid #8cc149;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 12.5px;
  color: #fff;
  font-weight: 500;
  background-color: #8cc149;
}
.esignresend-btn.excel-btn img {
  width: 21px;
  margin-right: 0px;
}
.esignresend-btn .tooltip {
  opacity: 0;
  z-index: 99;
  color: #fff;
  width: auto;
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  background: #a7acb8;
  border: 1px solid #a7acb8;
  box-shadow: 0 0 3px #a7acb8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  position: absolute;
  right: -136px;
  bottom: 22px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
}

.esignresend-btn .tooltip:before,
.esignresend-btn .tooltip:after {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #a7acb8;
  position: absolute;
  bottom: -9px;
  left: 50%;
}
.app_status {
  margin-bottom: 0;
  color: #23405d;
  font-size: 12px;
  font-weight: 500;
}
.loanname_rent {
  font-size: 12px;
  color: var(--bold-color);
  margin-bottom: 0;
  text-align: center;
  padding: 0 20px;
  margin-left: clamp(-20%, -5%, -5%);
}

.submission-screen {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 20px 60px;
}

.submission-card {
  width: 100%;
  max-width: 860px;
  background: #ffffff;
  border-radius: 28px;
  padding: 52px 48px;
  box-shadow: 0 34px 68px rgba(35, 64, 93, 0.12);
  position: relative;
}

.submission-card__heading {
  text-align: center;
  margin-bottom: 36px;
}

.submission-card__heading h1 {
  color: #1a3326;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}

.submission-card__steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 34px;
}

.submission-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 20px 22px 0;
  background: #fff;
  border-radius: 18px;
  position: relative;
}

.submission-step__icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5f2ea;
  border: 1px solid #c9e4c4;
  color: #2f6d44;
  font-size: 24px;
}
.submission-step__icon span {
  color: #295f42;
}

.submission-step__content {
  flex: 1;
}

.submission-step__title {
  margin: 0 0 10px;
  color: #1a3326;
  font-size: 18px;
  font-weight: 700;
}

.submission-step__text {
  margin: 0;
  color: #474747;
  font-size: 15px;
  line-height: 1.75;
}

.submission-action {
  margin-top: 40px;
  background: #295f42;
  border: none;
  border-radius: 12px;
  color: #ffffff;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.submission-action .material-icons {
  font-size: 20px;
}

.submission-info-bar {
  width: 100%;
  background-color: #e5f2ea;
  padding: 14px 20px;
  text-align: center;
}

.submission-info-bar p {
  margin: 0;
  color: #567364;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .submission-card {
    padding: 28px 20px;
  }

  .submission-card__steps {
    padding-left: 0;
  }

  .submission-card__steps::before {
    display: none;
  }

  .submission-step {
    flex-direction: column;
    align-items: stretch;
    padding: 18px 0;
  }

  .submission-step__icon {
    margin-bottom: 14px;
  }

  .submission-action {
    width: 100%;
    justify-content: center;
  }
}
.unlock_application_button span {
  font-size: 16px !important;
  color: #fff !important;
  margin-right: 7px;
}
.edit-in-progress-banner {
  margin: 10px 20px;
}

.canvas-body-height {
  max-height: calc(100vh - 288px) !important;
}
/* last updated on 01:30 PM 31-mar-26 by vkr*/
