.dashboard .dsb_left {
  width: 75%;
}

.dashboard .dsb_right {
  width: 25%;
}

.dashboard.easyrent .dsb_wrp {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.dsb-first-section {
  display: flex;
  width: 100%;
  padding-bottom: 7px;
  align-items: stretch;
}

.dsb-contact-info {
  width: 50%;
  padding-left: 3.5px;
}

.dsb-loan-info {
  width: 50%;
  padding-right: 3.5px;
}

.contact-info .contact_list {
  margin: 0px;
  margin-top: -15px;
  padding: 0px;
  padding-right: 10px;
  width: 100%;
}

.contact-info .contact_list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: #7b8c9e;
  padding: 11px 0;
  border-bottom: solid 1px #dbe4fc;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  text-transform: capitalize;
  position: relative;
}

.contact-info .contact_list li .contact-txt {
  width: 30%;
  color: #23405d;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.contact-info .contact_list li .contact-txt .material-icons {
  color: #fff;
  font-size: 12px;
  margin-right: 0px;
  cursor: pointer;
}

.contact-info .contact_list li .type-txt {
  width: 25%;
  color: #7b8c9e;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.contact-info .contact_list li .email-txt {
  width: 45%;
  color: #7b8c9e;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.contact-info .contact_list li .contact-head-txt {
  color: #84b052;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 16px;
}

.contact-info .contact_list li .contact-txt .tooltip {
  left: 50px;
  bottom: 7px;
  right: unset;
}

.contact-info .contact_list li .contact-txt .tooltip-container {
  position: unset;
}

.dsb-second-section {
  display: flex;
  width: 100%;
  padding-bottom: 7px;
}

.contact-info .contact_list li:first-child .contact-txt .tooltip {
  left: 50px;
  bottom: 7px;
  right: unset;
}

.contact-info .contact_list li .contact-txt .tooltip:before,
.contact-info .contact_list li .contact-txt .tooltip:after {
  display: none;
}

.dsb-need-list {
  width: 66.7%;
  padding-left: 3.5px;
}

.dsb-under-writing-task {
  width: 33.3333333%;
  padding-left: 3.5px;
}

.dashboard .dsb_right .mail-btns {
  margin-bottom: 3.5px;
}

.easyrent .dsb_wrp .dsb_right .upload-wrapper {
  margin-top: 3.5px;
  min-height: 335px;
}

.dashboard .dsb_right .upload-wrapper .upload-box {
  width: 100%;
  background-color: #f0f4ff;
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.dashboard .dsb_right .upload-wrapper .upload-box.dragover {
  background-color: #e3ecff;
  border-color: #007bff;
}

.dashboard .dsb_right .upload-wrapper .upload-icon {
  font-size: 40px;
  color: #7c8ca3;
  margin-bottom: 10px;
}

.dashboard .dsb_right .upload-wrapper .upload-text {
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 5px;
}

.dashboard .dsb_right .upload-wrapper .upload-or {
  margin-bottom: 10px;
  color: #6c757d;
}

.dashboard .dsb_right .upload-wrapper .upload-box .add_button {
  display: inline-grid;
}

.easyrent .dsb-milestones {
  width: 66.7%;
  padding-right: 3.5px;
}

.easyrent .dsb-secondary {
  width: 33.3%;
  padding-left: 3.5px;
}

.easyrent .wizard {
  background-color: #fff;
  margin-top: 1px;
  padding: 11px 0px;
  padding-bottom: 0px;
}

.easyrent .dsb_card .date {
  color: #7b8c9e;
  font-size: 14px;
  font-weight: 500;
}

.easyrent .dsb_card .date .sub {
  color: #23405d;
  font-weight: 700;
}

.easyrent .dsb_wrp .dsb_card .form-group label {
  font-size: 13px;
  color: #23405d99;
}

.easyrent .dsb_wrp .dsb_card .form-group p {
  font-size: 15px;
}

.easyrent .dsb_card .add_btn {
  background-color: #7cc149;
  border: 1px solid rgba(124, 193, 73, 1);
  display: flex;
  align-items: center;
  height: 26px;
  line-height: 27px;
  padding: 5px 7px;
  margin-left: 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-top: -3px;
  cursor: pointer;
}

.easyrent .dsb_card .add_btn:hover {
  background-color: #6daa3f;
  border: 1px solid rgba(109, 170, 63, 1);
}

.easyrent .dsb_card .add_btn .icon {
  font-size: 20px;
  margin-right: 3px;
  color: #fff;
  width: 19px;
  margin-left: -5px;
}

.easyrent .contact_list.loan_list {
  margin-top: 0px;
  padding-right: 0;
}

.easyrent .contact_list.hed li {
  padding: 4px 0px;
  border-bottom: solid 0px #dbe4fc;
}

.easyrent .contact_list.hed {
  margin-top: 0px;
  padding: 0px 15px 0 15px;
  border-bottom: solid 1px #dbe4fc;
}

.easyrent .dsb_wrp .dsb_left .dsb-first-section .dsb-loan-info .dsb_card {
  min-height: 278.5px;
}

.easyrent
  .dsb_wrp
  .dsb_left
  .dsb-third-section
  .dsb-need-list
  .needs-list-wrapper
  .card_body
  .inprogress_page {
  height: calc(100vh - 503px);
}

.easyrent
  .dsb_wrp
  .dsb_left
  .dsb-third-section
  .outstanding_task
  .outstanding
  .card_body
  .inprogress_page {
  height: calc(100vh - 503px);
}

.easyrent
  .dsb_wrp
  .dsb_right
  .upload-wrapper
  .document_list
  .doc_list-wrapper
  .card_body
  .inprogress_page {
  height: calc(100vh - 458px);
}

.easyrent
  .dsb_wrp
  .dsb_left
  .dsb-third-section
  .dsb-need-list
  .needs-list-wrapper
  .card_body
  .inprogress_page
  .icon {
  margin-top: 77px;
}

.easyrent .dsb-third-section {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-bottom: 7px;
}

.easyrent .dsb-third-section .dsb_card {
  height: 100%;
}

.easyrent .outstanding_task {
  width: 33.3333333%;
  padding-right: 3.5px;
}

.easyrent .outstanding_task .out-standing {
  margin: 0px;
  margin-top: -15px;
  padding: 0px;
  padding-right: 10px;
  width: 100%;
}

.easyrent .outstanding_task .out-standing li {
  list-style: none;
  display: flex;
  color: #23405d99;
  padding: 11px 0;
  border-bottom: solid 1px #dbe4fc;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  text-transform: capitalize;
}

.easyrent .outstanding_task .out-standing .heading-txt {
  color: #84b052;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 16px;
}

.easyrent .outstanding_task .out-standing .task-txt {
  width: 80%;
  color: #23405d99;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.easyrent .outstanding_task .form-check-input {
  width: 1.1em;
  height: 1.1em;
  background-color: #f3f3f3;
  border: 1px solid rgba(124, 193, 73, 1);
}

.easyrent .dsb-need-list .needs-list.hed {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 29px 0 15px;
  border-bottom: solid 1px #dbe4fc;
}

.easyrent .dsb-need-list .needs-list.hed li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: #7b8c9e;
  padding: 4px 0px;
  border-bottom: solid 0px #dbe4fc;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  text-transform: capitalize;
}

.easyrent .dsb-need-list .needs-list {
  margin: 0px;
  padding: 0px;
  padding-right: 10px;
  width: 100%;
}

.easyrent .needs-list.scroll_block {
  height: 271px;
}

.easyrent .dsb-need-list .needs-list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: #7b8c9e;
  padding: 11px 0;
  border-bottom: solid 1px #dbe4fc;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  text-transform: capitalize;
}

.easyrent .dsb-need-list .needs-list.hed .heading-txt {
  color: #84b052;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 16px;
}

.easyrent .dsb-need-list .needs-list.hed .heading-txt a {
  color: #84b052;
  text-decoration: underline !important;
  cursor: pointer;
}

.easyrent .dsb-need-list .needs-list .need-txt {
  width: 35%;
  color: #23405d;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

.easyrent .dsb-need-list .needs-list .doc-txt {
  width: 40%;
  color: #23405d99;
  font-weight: 500;
  font-size: 12px;
}

.easyrent .dsb-need-list .needs-list .status-txt {
  width: 25%;
  font-weight: 400;
  font-size: 10px;
  border-radius: 3px;
  padding: 5px 4px;
  font-weight: bold;
  text-align: center;
}

.easyrent .dsb-need-list .needs-list .status-txt.out-standing {
  background-color: #ffe7e6;
  color: #f14747;
}

.easyrent .out-standing.scroll_block {
  height: 334px;
}

.easyrent .dsb-need-list .needs-list .status-txt.under-review {
  background-color: #fff2cc;
  color: #b79532;
}

.easyrent .dsb-need-list .needs-list .status-txt.completed {
  background-color: #e1f4d2;
  color: #75a552;
}

.easyrent .dsb-need-list .needs-list .status-txt.na {
  background-color: #c5f3ff;
  color: #0a97bb;
}

/* .easyrent .dsb-third-section .outstanding_task .outstanding .inprogress_page{ height: calc(100vh - 427px);} */

.easyrent .dsb-under-writing-task .under-writing {
  margin: 0px;
  margin-top: -15px;
  padding: 0px;
  padding-right: 10px;
  width: 100%;
}

.easyrent .dsb-under-writing-task .under-writing li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: #7b8c9e;
  padding: 11px 0;
  border-bottom: solid 1px #dbe4fc;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  text-transform: capitalize;
}

.easyrent .dsb-under-writing-task .under-writing .heading-txt {
  color: #84b052;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.easyrent .dsb-under-writing-task .under-writing .task-txt {
  width: 80%;
  color: #23405d99;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

.easyrent .dsb-under-writing-task .under-writing .date-txt {
  width: 20%;
  color: #23405db2;
  font-weight: 600;
  font-size: 15px;
}

.easyrent .dsb-under-writing-task .card-title a {
  color: #84b052;
  text-decoration: underline !important;
}

.easyrent .under-writing.scroll_block {
  height: 334px;
}

.easyrent .dsb_right .img .top .badge {
  background-color: #00606e;
  border: solid 1px #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}

.easyrent .dsb_right .img .top .badge .sub {
  color: #fff;
}

.easyrent .dsb_right .img .bottom .right {
  width: 95px;
}

.easyrent .mail-btns .fillbtn_new {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  height: 37px;
  padding: 9px 18px;
  width: 50%;
}

.easyrent .dsb_right .mail-btns .card_body {
  padding: 9px;
}

.easyrent .mail-btns .upload_document_btn {
  font-size: 12px;
  margin-left: 10px;
}

.easyrent .mail-btns .fillbtn_new .icon {
  font-size: 19px;
  margin-right: 7px;
  margin-left: 0px;
}

.easyrent .mail-btns .fillbtn_new.inbox {
  background-color: #f4ffed;
  color: #7cc149;
  border: solid 1px #7cc149;
}

.easyrent .mail-btns .fillbtn_new.inbox:hover {
  background-color: #ffffff;
}

.easyrent .all_documents {
  background-color: #f4ffed;
  height: 42px;
  padding: 9px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  width: 50%;
  justify-content: center;
  color: #7cc149;
}

.easyrent .dsb_right .upload-wrapper .upload-text {
  font-weight: 600;
  font-size: 14px;
  color: #23405dcc;
  margin-bottom: 5px;
}

.easyrent .dsb_right .upload-wrapper .upload-or {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #23405dcc;
}

.easyrent .choose-file-btn {
  height: 36px;
  padding: 9px 20px;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
}

.easyrent .dsb_right .img {
  height: 475px;
  margin-bottom: 9px;
}

.easyrent .dsb_right .mail-btns {
  margin-bottom: 6px;
}

.scroll_block {
  padding-right: 10px;
  position: relative;
  width: 100%;
  overflow: auto;
}

.scroll_block::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.scroll_block::-webkit-scrollbar-track {
  background: #eeeeee;
}

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

.scroll_block::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.easyrent .document_list .doc_list.hed {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 29px 0 15px;
  border-bottom: solid 1px #dbe4fc;
}

.easyrent .document_list .doc_list.hed li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: #7b8c9e;
  padding: 4px 0px;
  border-bottom: solid 0px #dbe4fc;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  text-transform: capitalize;
}

.easyrent .document_list .doc_list {
  margin: 0px;
  padding: 0px;
  padding-right: 10px;
  width: 100%;
}

.easyrent .document_list .doc_list.scroll_block {
  height: 195px;
  margin-bottom: 21px;
}

.easyrent .document_list .doc_list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: #7b8c9e;
  padding: 11px 0;
  border-bottom: solid 1px #dbe4fc;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  text-transform: capitalize;
}

.easyrent .document_list .doc_list.hed .heading-txt {
  color: #84b052;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 16px;
}

.easyrent .document_list .doc_list.hed .heading-txt a {
  color: #84b052;
  text-decoration: underline !important;
}

.easyrent .document_list .doc_list .need-txt {
  width: 60%;
  color: #23405d99;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.easyrent .document_list .doc_list .need-txt .icon {
  color: #8ed9ff;
  margin-right: 5px;
}

.easyrent .document_list .doc_list .doc-txt {
  width: 30%;
  color: #23405d99;
  font-weight: 500;
  font-size: 13px;
}

.easyrent .document_list .doc_list .status-txt {
  width: 10%;
  font-weight: 400;
  font-size: 10px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
}

.easyrent .document_list .doc_list .status-txt .icon {
  font-size: 20px;
  color: #84b052;
}

.document_list .fillbtn_new {
  font-size: 12px;
  width: 48%;
  padding: 9px 9px;
}

.easyrent .my_account {
  min-height: calc(100vh - 159px);
}

.easyrent .my_account .nav-justified .nav-item .nav-link {
  padding: 20px 36px 20px 36px;
  cursor: pointer;
}

.easyrent .my_account .nav-link {
  color: #919fae;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.easyrent .my_account .nav-tabs-custom .nav-item .nav-link.active {
  color: #23405d;
}

.easyrent .my_account .nav-tabs-custom {
  border-bottom: 1px solid #c1c1c1;
  position: relative;
}

.tab_navbuttons {
  position: absolute;
  right: 0;
  top: 13px;
  display: flex;
  align-items: center;
}

.tab_navbuttons .add_btn {
  outline: 0 !important;
  outline: 0 !important;
  background-color: #7cc149;
  border: 1px solid rgba(124, 193, 73, 1);
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 27px;
  padding: 5px 10px;
  margin-left: 7px;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.tab_navbuttons .outline_btn {
  outline: 0 !important;
  background-color: transparent;
  border: 1px solid rgba(124, 193, 73, 1);
  color: rgba(124, 193, 73, 1);
}

.tab_navbuttons .add_btn span {
  margin-left: 5px;
  font-weight: bold;
  font-size: 15px;
}

.information_row .card {
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid #dbe4fc;
  margin-bottom: 0;
}

.information_row .card-header {
  background-color: transparent;
  border-bottom: 1px solid #dbe4fc;
  padding: 13px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 51.1px;
}

.information_row .card-title {
  display: flex;
  align-items: center;
  margin: 0;
  color: rgba(35, 64, 93, 0.6);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}

.information_row .card-title span {
  color: #7cc149;
  font-size: 21px;
  margin-right: 8px;
}

.information_row .input_block {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.information_row .input_block .label {
  font-weight: 600;
  color: var(--bold-color);
  font-size: 13px;
  margin-bottom: 0;
  width: 40%;
  line-height: 17px;
  padding-right: 10px;
}

.information_row .input_block .form-control {
  width: 60%;

  padding: 8px 12px;
  background-color: #ecf0fa;
  border: 1px solid #d7e0f5;
  border-radius: 5px;
  color: #23405d;
  font-size: 13px;
}

.input_block .form-control:focus,
.input_block .form-control:focus-visible,
.input_block .form-control:focus,
.input_block .form-control:focus-visible {
  border: 1px solid #d7e0f5;
  outline: none;
}

.information_row .input_block .form-control:-webkit-input-placeholder {
  color: #23405d;
  font-size: 13px;
}

.information_row .input_block .form-control:-ms-input-placeholder {
  color: #23405d;
  font-size: 13px;
}

.information_row .input_block .form-control::placeholder {
  color: #23405d;
  font-size: 13px;
}

.information_row .card-body {
  padding: 13px 13px;
  max-height: 560px;
  overflow-x: auto;
  min-height: 252px;
}

.information_row .input_block .form_select {
  position: relative;
  width: 60%;
}

.information_row .input_block .form_select span {
  right: 7px;
  pointer-events: none;
}

.information_row .input_block .form_select .form-control {
  width: 100%;
}

.information_row .card-body::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.information_row .card-body::-webkit-scrollbar-track {
  background: #eeeeee;
}

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

.information_row .card-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.information_row .input_block .form-icon {
  width: 60%;
}

.information_row .input_block .form-icon span {
  color: var(--highlight-color);
  position: absolute;
  left: 12px;
  top: 9px;
  font-size: 16px;
}

.information_row .input_block .form-icon .searchcontroll {
  padding-left: 40px;
  width: 100%;
}

.swith_buttons {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}

.swith_buttons .error_msg {
  color: red;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 0;
  position: absolute;
  white-space: nowrap;
  bottom: -13px;
}

.swith_buttons .switch {
  width: 55px;
  padding: 8px 12px;
  background-color: #ecf0fa;
  border: 1px solid #d7e0f5;
  border-radius: 5px;
  color: #23405d;
  font-size: 13px;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
}

.swith_buttons .switch.active {
  background-color: #b0da91;
  border: 1px solid #7cc149;
  border-radius: 5px;
  color: #1d3853;
}

.information_row .input_block .title_block {
  width: 60%;
  display: flex;
  align-items: center;
}

.information_row .input_block .title_block p {
  color: rgba(35, 64, 93, 0.6);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 2px;
  width: 49%;
  text-align: center;
}

.information_row .input_block .double_input {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 5px;
}

.input_block .double_input .form-control {
  width: 100%;
}

.information_row .hr {
  border-bottom: solid 1px #d7e0f5;
  margin: 20px 0 20px 0;
}

.information_row .card-header .input_block {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  width: auto;
}

.information_row .card-header .input_block .label {
  font-weight: 600;
  color: var(--bold-color);
  font-size: 13px;
  margin-bottom: 0;
  width: auto;
  line-height: inherit;
  margin-right: 14px;
}

.information_row .card-header .input_block .form_select {
  position: relative;
  width: auto;
}

.information_row .card-header .input_block .form_select span {
  font-size: 20px;
}

.information_row .card-header .input_block .form_select .form-control {
  width: 210px;
  padding: 6px 12px;
  font-size: 11px;
}

.information_row .input_block.key_metrics {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.information_row .input_block.key_metrics .label {
  font-weight: bold;
  color: #7cc149;
  font-size: 12px;
  margin-bottom: 0;
  width: 40%;
  line-height: inherit;
  text-transform: uppercase;
}

.information_row .input_block .good {
  position: relative;
  width: 60%;
}

.information_row .input_block .bad {
  position: relative;
  width: 60%;
}

.information_row .input_block .good .form-control {
  background-color: rgba(213, 239, 193, 0.8);
  border: 1px solid #7cc149;
  width: 100%;
}

.information_row .input_block .good .form-control:focus {
  background-color: rgba(213, 239, 193, 0.8) !important;
  border: 1px solid #7cc149;
  width: 100%;
}

.information_row .input_block .bad .form-control {
  background-color: #ffe3e2;
  border: 1px solid #ffc3c0;
  width: 100%;
}

.information_row .input_block .bad .form-control:focus {
  background-color: #ffe3e2 !important;
  border: 1px solid #ffc3c0;
  width: 100%;
}

.information_row .input_block .good .badge {
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  border-radius: 3px;
  padding: 5px 8px;
  border: none;
  background: #bee6a1;
  color: #64a834 !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 9px;
}

.information_row .input_block .bad .badge {
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  border-radius: 3px;
  padding: 5px 11px;
  border: none;
  background: #ffb8b5;
  color: #cd3f39 !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 9px;
}

.information_row .input_block.llpas .label {
  font-weight: bold;
  color: rgba(35, 64, 93, 0.6);
  font-size: 12px;
  margin-bottom: 0;
  width: 40%;
  line-height: inherit;
}

.double_input .label_input {
  width: 42.5%;
  position: relative;
}

.information_row .input_block .double_input img {
  width: 15px;
}

.information_row .input_block .double_input .label_input .form-control {
  border: 1px solid #d7e0f5;
  background-color: #fff;
  width: 100%;
}

.information_row .input_block .double_input .label_input .label_text {
  position: absolute;
  top: 0;
  left: 0;
}

.information_row
  .input_block
  .double_input
  .label_input
  .material-symbols-outlined {
  font-size: 17px;
  position: absolute;
  right: 12px;
  top: 11px;
  color: rgba(35, 64, 93, 0.5);
}

.information_row .input_block .double_input .label_input .dollor_text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d5efc1;
  border: 1px solid #d7e0f5;
  padding: 8px 10px;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.information_row .input_block .double_label_input {
  width: 60%;
  position: relative;
}

.information_row .input_block .double_label_input .form-control {
  width: 100%;
}

.information_row .input_block .double_label_input .double_label_text {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.information_row
  .input_block
  .double_label_input
  .double_label_text
  .label_text {
  background-color: #ecf0fa;
  border: 1px solid #d7e0f5;
  padding: 8px 14px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.information_row
  .input_block
  .double_label_input
  .double_label_text
  .label_text.dollor_text {
  background-color: #d5efc1;
  border: 1px solid #d7e0f5;
  padding: 8px 14px;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.information_row .input_block .pricing_review {
  margin-top: 20px;
}

.information_row .input_block .pricing_review .add_btn {
  outline: 0 !important;
  background-color: #7cc149;
  border: 1px solid rgba(124, 193, 73, 1);
  display: flex;
  align-items: center;
  height: 27px;
  line-height: 27px;
  padding: 5px 12px;
  margin-left: 0px;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.information_row
  .input_block
  .double_input
  .label_input
  .material-symbols-outlined.dollar {
  font-size: 17px;
  position: absolute;
  left: 12px;
  top: 11px;
  color: rgba(35, 64, 93, 0.5);
}

.information_row
  .input_block
  .double_input
  .label_input
  .form-control.dollar_input {
  padding-left: 32px;
}

.information_row .input_block .double_input .label_input .form-control.active {
  background-color: #ecf0fa;
  border: 1px solid #d7e0f5;
}

.information_row .input_block .double_input .label_input .form-control:focus {
  background-color: #fff !important;
  border: 1px solid #d7e0f5 !important;
}

.information_row
  .input_block
  .double_input
  .label_input
  .form-control.active:focus {
  background-color: #ecf0fa !important;
  border: 1px solid #d7e0f5 !important;
}

.information_row .input_block .double_input .switch_buttons {
  display: flex;
  align-items: center;
  border: 1px solid #d7e0f5;
  border-radius: 5px;
}

.information_row .input_block .double_input .switch_buttons .switch_button {
  background-color: #ecf0fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  border-radius: 5px 0 0 5px;
}

.information_row .input_block .double_input .switch_buttons .switch_button1 {
  border-radius: 0 5px 5px 0;
}

.information_row
  .input_block
  .double_input
  .switch_buttons
  .switch_button.active {
  background-color: #7cc149;
}

.information_row
  .input_block
  .double_input
  .switch_buttons
  .switch_button.active
  .material-symbols-outlined {
  color: #fff;
}

.information_row
  .input_block
  .double_input
  .switch_buttons
  .switch_button
  .material-symbols-outlined {
  color: #8798aa;
  font-size: 17px;
}

.pricing_row.information_row .input_block .label {
  width: 32%;
}

.pricing_row.information_row .input_block .form-control {
  width: 68%;
}

.pricing_row.information_row .input_block .double_input {
  width: 68%;
}

.pricing_row.information_row .input_block .good {
  width: 68%;
}

.pricing_row.information_row .input_block .bad {
  width: 68%;
}

.pricing_row.information_row .input_block .good .form-control {
  width: 100%;
}

.pricing_row.information_row .input_block .bad .form-control {
  width: 100%;
}

.pricing_row.information_row .pricing-header .input_block .label {
  width: 35%;
}

.pricing_row.information_row .input_block .form_select {
  position: relative;
  width: 68%;
}

.pricing_row.information_row .card-header .input_block .form_select {
  width: auto;
}

.pricing_row.information_row .input_block .form_select .form-control {
  width: 100%;
}

.pricing_row.information_row
  .card-header
  .input_block
  .form_select
  .form-control {
  width: 210px;
}

.information_row .input_block .radiio_button {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.information_row .input_block .radiio_button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.information_row .input_block .checkmark {
  position: absolute;
  top: 11px;
  left: 10px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #d1deff;
}

/* On mouse-over, add a grey background color */
.information_row .input_block .radiio_button:hover input ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #d1deff;
}

/* When the radio button is checked, add a blue background */
.information_row .input_block .radiio_button input:checked ~ .checkmark {
  background-color: #7cc149;
  border: 1px solid #7cc149;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.information_row .input_block .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.information_row .input_block .radiio_button input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.information_row .input_block .radiio_button .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 1.7px 1.7px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-info .contact_list.hed li .email-txt.d-flex {
  justify-content: space-between;
}

.sticky_footer {
  background-color: #fff;
  padding: 13px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0px;
  z-index: 99;
}

.sticky_footer .add_btn {
  outline: 0 !important;
  background-color: #7cc149;
  border: 1px solid rgba(124, 193, 73, 1);
  display: flex;
  align-items: center;
  height: 43px;
  line-height: 43px;
  padding: 9px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.sticky_footer .add_btn:hover {
  background-color: #60a033 !important;
}

.new_email .modal-dialog {
  max-width: 1500px !important;
  width: 1500px !important;
}

.new_email .modal-content {
  min-width: 1500px !important;
}

.new_btn {
  padding: 11px 16px;
  background-color: #b0da91;
  border: 1px solid #7cc149;
  border-radius: 5px;
  color: #1d3853;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.new_btn:hover {
  background-color: #60a033 !important;
}

.new_email .new_btn.me-1 {
  padding: 7px 18px;
}

.new_email .new_btn {
  padding: 7px 12px;
}

.new_email .upload_btn {
  width: 90px;
  height: 30px;
  background-color: transparent;
  color: #6e6e6e;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(132, 176, 82, 0.5);
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  border-radius: 5px;
}

.new_email .upload_btn span {
  color: #7cc149;
  font-size: 19px;
  cursor: pointer;
}

.new_email .upload_btn p {
  margin-bottom: 0;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 10px;
  color: rgba(71, 70, 70, 1);
  font-weight: 500;
}

.new_email .upload_btn #upload {
  width: 100%;
  height: 30px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mail_send {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.mail_send span {
  margin-right: 7px;
  font-size: 22px;
}

.automate_email {
  border: 1px solid rgba(35, 64, 93, 0.3);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.or_divider {
  padding: 10px;
  background-color: #c0e1a7;
  border-radius: 100%;
  width: 24px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #1d3853;
  margin: 10px 5px 0 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.popup_hr {
  border-bottom: 1px solid #b4bfda;
  margin: 16px 0 27px 0;
}

.new_email .new_btn.ms-2 {
  padding: 11px 25px;
}

.new_popup .modal-dialog .modal-body .fs_btn.mail_send {
  padding: 6px 18px;
  font-size: 13px;
}

.easyrent_pipeline .tb_menu ul li a {
  display: flex;
  align-items: center;
  color: rgba(21, 49, 77, 0.5);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 7px;
  border-top: 1px solid #ecf0fa;
  border-bottom: 1px solid #ecf0fa;
  background: #fff;
  font-weight: 600;
  transition: inherit !important;
  cursor: pointer;
}

.required-field {
  color: #f14747;
}

.contact-info .contact_list li .contact-txt .add_btn {
  height: auto;
  line-height: inherit;
  padding: 4px 7px;
  margin-left: 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  margin-top: 0;
  margin-right: 7px;
}

.easyrent .dsb-contact-info {
  width: 50%;
  margin-right: 3.5px;
  background-color: #fff;
}

.easyrent .dsb-contact-info .dsb_card {
  background-color: transparent;
}

.easyrent .dsb-contact-info {
  width: 50%;
  margin-left: 3.5px;
  background-color: #fff;
}

.easyrent .dsb-contact-info .contact-info {
  background-color: transparent;
}

.information_row .input_block .add_block {
  display: flex;
  align-items: center;
  width: 60%;
}

.information_row .input_block .add_block .form-control {
  width: 100%;
}

.information_row .input_block .add_block .add_btn {
  padding: 7.2px 8px;
  border-radius: 5px;
  margin-left: 5px;
  background-color: #ecf0fa;
  border: 1px solid #d7e0f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.information_row .input_block .add_block .add_btn span {
  font-size: 21px;
}

.tooltip-box {
  position: absolute;
  top: 0;
  left: 50px;
  background-color: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
}

.easyrent_contacts .contacts .sc-hLQSwg:nth-child(8) {
  justify-content: center;
}

.new_email .header {
  background-color: #84b052;
  padding: 10px 20px;
  border: 1px solid #c0bebe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_email .header h5 {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.new_email .header .close {
  background-color: transparent;
  border: none;
  padding: 0;
}

.new_email .header .close span {
  color: #b2da85;
  font-style: normal;
  font-size: 25px;
}

.new_email .card {
  max-width: 1300px;
  margin: 30px auto;
  margin-bottom: 100px;
}

.new_email label {
  color: #23405d;
  font-size: 12.5px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.new_email .form-control {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 7px 9px;
  appearance: none !important;
  color: #23405d;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  appearance: auto;
  border: 1px solid rgba(35, 64, 93, 0.4);
}

.new_email .card-body {
  padding: 25px 30px;
}

.new_email .form-group {
  margin-bottom: 15px;
}

.new_email .form-group {
  margin-bottom: 15px;
}

.new_email .form-control:-webkit-input-placeholder,
.new_email textarea:-webkit-input-placeholder {
  color: rgba(35, 64, 93, 0.5);
}

.new_email .form-control:-ms-input-placeholder,
.new_email .textarea:-ms-input-placeholder {
  color: rgba(35, 64, 93, 0.5);
}

.new_email .form-control::placeholder,
.new_email textarea::placeholder {
  color: rgba(35, 64, 93, 0.5);
}

.new_email .swith_buttons .switch {
  font-weight: 500;
  font-size: 12px;
  padding: 7px 12px;
  width: 52px;
}

.new_email .automate_email .new_btn.ms-2 {
  padding: 7px 19px;
}

.new_email .fs_btn.mail_send {
  padding: 6px 15px;
  font-size: 13px;
}

.data_summary #navbar {
  position: sticky;
  top: 70px;
  background-color: #fff;
  z-index: 9;
}

.easyrent .data_summary .card-body.my_account {
  padding-top: 0;
}

.diabled {
  background-color: rgba(233, 240, 230, 1) !important;
  pointer-events: none !important;
}

html {
  scroll-behavior: smooth;
  /* ✅ Enables smooth scrolling */
}

.easyrent .contact_list li .email-txt {
  width: 45%;
  color: #7b8c9e;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  text-transform: lowercase;
}

.eayrent-contact .fillbtn_new {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  height: 32px;
  padding: 9px 18px;
  margin-left: 15px;
  font-weight: 600;
  margin-top: 10px;
  background-color: rgba(244, 255, 237, 1) !important;
  border-radius: 5px;
  border: 1px solid #7cc149;
  color: #7cc149 !important;
}

.eayrent-contact .fillbtn_new:hover {
  background-color: rgba(244, 255, 237, 1) !important;
  border: 1px solid #7cc149 !important;
  color: #7cc149 !important;
}

.eayrent-contact .fillbtn_new .icon {
  font-size: 21px;
  margin-right: 7px;
  margin-left: 0px;
}

.expandable-textarea {
  width: 60%;
  max-width: 600px;
  height: 33.55px;
  max-height: 150px;
  transition: height 0.3s ease;
  padding: 8px 12px;
  background-color: #ecf0fa;
  border: 1px solid #d7e0f5;
  border-radius: 5px;
  color: #23405d;
  font-size: 13px;
  resize: none;
  box-sizing: border-box;
  min-height: unset !important;
}

.expandable-textarea:focus {
  height: 150px;
  border: 1px solid #d7e0f5;
  outline: none;
}

.expandable-textarea:-webkit-input-placeholder {
  color: #23405d;
  font-size: 13px;
}

.expandable-textarea:-ms-input-placeholder {
  color: #23405d;
  font-size: 13px;
}

.expandable-textarea::placeholder {
  color: #23405d;
  font-size: 13px;
}

.upload_doc_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(244, 255, 237, 1);
  border-radius: 5px;
  border: 1px solid #7cc149;
  color: #7cc149;
  padding: 4px 23px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 12px;
  padding-left: 20px;
}

.upload_doc_btn span {
  margin-right: 6px;
  font-size: 26px;
}

.email_header {
  justify-content: space-between;
  width: 45%;
}

.card_buttons {
  display: flex;
  align-items: center;
}

.card_buttons .card_fill_btn {
  background-color: #7cc149;
  padding: 5px 12px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  height: 28px;
  margin-left: 6px;
  cursor: pointer;
}

.card_buttons .card_fill_btn span {
  font-size: 14px;
  margin-left: 2px;
}

.card_buttons .card_outline_btn {
  background-color: transparent;
  border: 1px solid #7cc149;
  padding: 5px 10px;
  border-radius: 5px;
  color: #7cc149;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  height: 26px;
  cursor: pointer;
}

.card_buttons .card_outline_btn span {
  font-size: 14px;
  margin-left: 2px;
}

.title_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}

.title_header h5 {
  margin-bottom: 0;
  color: rgba(35, 64, 93, 0.6);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.grid_table th,
.grid_table td {
  border: 1px solid #ccd8f6;
}

.grid_table td {
  padding: 9.3px 15px;
}

.grid_table .form-control {
  padding: 0;
  border: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}

.grid_table .form-control:focus {
  background: transparent !important;
}

.grid_table .form-control:-webkit-input-placeholder {
  color: #98abbf;
}

.grid_table .form-control:-ms-input-placeholder {
  color: #98abbf;
}

.grid_table .form-control::placeholder {
  color: #98abbf;
}

.grid_table td:nth-child(4) .form-control {
  text-align: center;
}

.grid_table td:nth-child(5) .form-control {
  text-align: center;
}

.grid_table .form_select span {
  right: -10px;
}

.grid_table td:nth-child(6) {
  background: #e9f0e6;
  text-align: center;
}

.liquid_assets .add_button {
  border-radius: 5px;
  padding: 4px 15px;
  height: 29px;
  font-size: 11px;
}

.read_only {
  border: 1px solid #d7e0f5 !important;
  background-color: rgba(233, 240, 230, 1) !important;
  pointer-events: none;
}

.read_only:focus {
  background-color: #fff !important;
  border: 1px solid #d7e0f5 !important;
}

.pricing_row.information_row .input_block.toggle_block .toggle_label {
  width: 45%;
}

.pricing_row.information_row .input_block.toggle_block .toggle_label .label {
  width: 30%;
}

.toggle_block .toggle {
  margin-bottom: 0 !important;
}

.toggle_block .toggle-switch {
  width: 26px !important;
  height: 14px !important;
}

.toggle_block .toggle-switch:before {
  width: 10.5px !important;
  height: 10.5px !important;
  top: 1.5px !important;
}

.toggle_block .toggle-checkbox:checked + .toggle-switch:before {
  left: 14px !important;
}

.toggle_block .toggle-label {
  font-weight: 600;
  color: var(--bold-color);
  font-size: 13px;
  margin-bottom: 0;
  width: 40%;
  line-height: 17px;
}

.liquidassets_row {
  margin-top: 35px;
}

.liquidassets_row.pricing_row.information_row .input_block .label {
  width: 45%;
}

.liquidassets_row.pricing_row.information_row .input_block .form-control {
  width: 55%;
}

.bold_value .label {
  font-weight: 700 !important;
}

.bold_value .form-control {
  font-weight: 700;
}

.total_counts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 13px;
}

.counts_block {
  background-color: #f5f8ff;
  padding: 25px 44px 25px 25px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  height: 93px;
  margin-bottom: 1%;
  width: 15.9%;
}

.counts_block:last-child {
  margin-right: 0;
}

.counts_block span {
  color: #7cc149;
  margin-right: 25px;
  font-weight: bold;
  font-size: 30px;
}

.counts_block h6 {
  margin-bottom: 4px;
  color: rgba(35, 64, 93, 0.8);
  font-weight: 700;
  font-size: 14.5px;
}

.counts_block p {
  color: #23405d;
  font-size: 12.5px;
  font-weight: 400;
  margin-bottom: 0;
  width: 118px;
}

.badge_block p {
  width: auto;
}

.ok_badge {
  background-color: rgba(124, 193, 73, 0.5) !important;
  border-radius: 5px !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  margin-left: 7px !important;
  font-weight: 700 !important;
  padding: 2px 8.5px !important;
  margin-right: 0px !important;
  color: #569725 !important;
  border: none !important;
}

.reset_alert .modal-body {
  padding: 19px 25px;
}

.reset_alert .modal-dialog {
  max-width: 485px;
}

.reset_alert .cls_btn {
  position: absolute;
  right: 18px;
  top: 13px;
  font-size: 26px;
  color: #857a7a;
  cursor: pointer;
}

.reset_alert .caution_icon {
  color: #7cc149;
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: 60px;
}

.reset_alert h5 {
  color: #23405d;
  text-transform: uppercase;
  text-align: center;
  margin-top: 13px;
  font-size: 18px;
}

.reset_alert p {
  color: #23405d;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}

.reset_alert .btn_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 11px;
}

.reset_alert .btn_block .cancel {
  border: 1px solid #7cc149;
  padding: 6.5px 19px;
  border-radius: 5px;
  background-color: transparent;
  color: #7cc149;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  margin: 0 8px;
}

.reset_alert .btn_block .reset {
  border: 1px solid #7cc149;
  padding: 6.5px 19px;
  border-radius: 5px;
  background-color: #7cc149;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  margin: 0 8px;
}

.rent_roll .grid_table td:nth-child(4) .form-control {
  text-align: left;
}

.rent_roll .grid_table td:nth-child(5) .form-control {
  text-align: left;
}

.rent_roll .grid_table td:nth-child(5) {
  background: #e9f0e6;
  text-align: center;
}

.rent_roll .grid_table td:nth-child(4) {
  background: #fff;
}

.grid_table .read_only {
  background: #fff;
  border: 1px solid #e9f0e6 !important;
  pointer-events: none;
}

.rent_roll .grid_table td:nth-child(6) {
  background: #fff;
}

.rent_roll .grid_table td:nth-child(7) {
  background: #e9f0e6;
}

.rent_roll .grid_table td:nth-child(11) {
  background: #e9f0e6;
}

.dashboard .detailed_app .rent_roll .grid_table td:last-child,
.dashboard .detailed_app .rent_roll .grid_table th:last-child {
  text-align: left !important;
}

.rent_roll .add_button {
  border-radius: 5px;
  padding: 4px 15px;
  height: 29px;
  font-size: 11px;
}

.rent_roll .total_counts {
  margin-top: 38px;
}

.dashboard .detailed_app .cash_flow .grid_table td:last-child,
.dashboard .detailed_app .cash_flow .grid_table th:last-child {
  text-align: left !important;
}

.cash_flow .grid_table td:nth-child(4) .form-control {
  text-align: left;
}

.table_total {
  background-color: rgba(251, 252, 255, 1) !important;
}

.table_total .form-control {
  background-color: rgba(251, 252, 255, 1) !important;
}

.metrics_table {
  width: 52%;
}

.appraisal_tab
  .liquidassets_row.pricing_row.information_row
  .input_block
  .label {
  width: 35%;
}

.appraisal_tab
  .liquidassets_row.pricing_row.information_row
  .input_block
  .form-control {
  width: 65%;
}

.triple_input_block {
  display: flex;
  align-items: center;
  width: 65%;
}

.triple_input_block .triple_input {
  width: 33.33%;
}

.triple_input_block label {
  font-size: 10.2px;
  color: rgba(35, 64, 93, 0.6);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 4px;
  padding-left: 12px;
}

.triple_input_block .form-control {
  width: 100% !important;
}

.triple_input_block .triple_input:first-child .form-control {
  border-radius: 5px 0 0 5px;
}

.triple_input_block .triple_input:nth-child(2) .form-control {
  border-radius: 0;
}

.triple_input_block .triple_input:last-child .form-control {
  border-radius: 0 5px 5px 0;
}

.appraisal_tab .information_row .card-body {
  padding: 13px 13px;
  max-height: 560px;
  overflow-x: auto;
  min-height: 434px;
}

.appraisal_tab .apparaisal_title {
  font-size: 12px;
  margin-bottom: 12px;
}

.need_list .card_buttons .card_fill_btn {
  background-color: #7cc149;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  height: 32px;
  margin-left: 0px;
  cursor: pointer;
}

.need_list .card_buttons .card_fill_btn span {
  font-size: 14px;
  margin-left: 10px;
}

.tab_navbuttons .tooltip {
  opacity: 0;
  z-index: 99;
  color: #fff;
  width: 145px;
  display: block;
  font-size: 9px !important;
  padding: 5px 10px;
  border-radius: 6px;
  text-align: center;
  background: #3f3f3f;
  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: -2px;
  bottom: 40px;
  font-weight: normal !important;
  text-transform: capitalize;
  margin-left: 0 !important;
}

.tab_navbuttons .tooltip:before,
.tab_navbuttons .tooltip:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #3f3f3f;
  position: absolute;
  bottom: -8px;
  left: 44%;
}

.need_list .grid_table td:nth-child(4) .form-control {
  text-align: left;
}

.need_list .grid_table td:nth-child(5) .form-control {
  text-align: left;
}

.need_list .grid_table td:nth-child(6) {
  background: transparent;
  text-align: left;
}

.dashboard .detailed_app .need_list .db_table th:last-child,
.detailed_app .need_list .db_table td:last-child {
  text-align: left !important;
}

.multi_files {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 6px;
  background-color: #e9f0e6;
  border-radius: 8px;
  width: 56%;
  margin: 0 auto;
}

.multi_files img {
  width: 22px;
}

.multi_files .badge {
  border-radius: 5px;
  padding: 1px;
  border: 1px solid #fff;
  background: #fff;
  color: rgba(35, 64, 93, 0.8);
  font-size: 9px;
  font-weight: 600;
  line-height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  right: 8px;
}

.upload_files {
  width: 44px;
  height: 36px;
  border-radius: 8px;
  background-color: #7cc149;
  border: 1px solid #7cc149;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}

.upload_files input[type="file"] {
  width: 115px;
  width: 44px;
  height: 36px;
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  cursor: pointer;
}

.upload_files span {
  color: #fff;
}

.reset_alert .modal-header {
  padding: 8px 20px;
  background-color: #84b052;
  border: 1px solid #84b052;
}

.reset_alert .modal-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}

.reset_alert .pop_close {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
}

.reset_alert .modal-header span {
  color: rgba(2, 2, 2, 0.4);
  font-style: normal;
  font-size: 25px;
  line-height: 29px;
}

.reset_alert .modal-content {
  border: none;
}

.reset_alert .form-group label {
  color: #1c1b1f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.reset_alert .form-control {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 12px 15px;
  border: none;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: none;
}

.reset_alert .form-group {
  margin-bottom: 15px;
}

.valuation .custom-accordion.checklist-accordion {
  margin-top: 0px;
  margin-bottom: 0px;
}

.valuation .accordion-item .checklist-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  padding-left: 0;
}

.valuation .accordion-item .checklist-header-row .checklist-title-left {
  font-weight: 700;
  font-size: 14px;
  color: #23405a;
  letter-spacing: 0.5px;
  margin: 0;
}

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

.valuation
  .accordion-item
  .checklist-header-row
  .accordion-toggle-btn
  .material-icons {
  transition: transform 0.2s;
}

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

.valuation .checklist-body {
  font-size: 16px;
  color: #444;
}

.valuation .accordion-item {
  border: none;
  border-bottom: 1px solid #e3eaf2;
  border-radius: 0;
}

.valuation .accordion-item::after {
  border: 1px solid #e3eaf2;
}

.valuation .accordion-button::after {
  color: #7cc149;
  font-size: 22px;
}

.valuation .accordion-button:not(.collapsed)::after {
  color: #7cc149;
  transform: rotate(180deg);
}

.valuation .toggle-input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.valuation .toggle-input .toggle {
  background-color: #ecf0fa;
  border: 1px solid #d7e0f5;
  padding: 5px 10px;
  border-radius: 5px;
  color: #1d3853;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  height: 26px;
  cursor: pointer;
  margin: 0px 5px;
}

.valuation .toggle-input .toggle.active {
  background-color: #c0e1a7;
  border: 1px solid #7cc149;
  color: #23405d;
}

.valuation .custom-accordion .accordion-body th:last-child,
.valuation .custom-accordion .accordion-body td:last-child {
  text-align: left !important;
}

.valuation .custom-accordion .accordion-body td:nth-child(4) .form-control {
  text-align: left !important;
}

.valuation .custom-accordion .accordion-body td:nth-child(1) {
  text-align: center !important;
}

.valuation .custom-accordion .accordion-body th:nth-child(3) {
  text-align: center !important;
}

.valuation .sub_item {
  font-weight: normal;
  padding-left: 30px;
}

.easyrent .title {
  color: rgba(35, 64, 93, 0.6);
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.easyrent .back_btn .icon {
  color: #7cc149;
  margin-right: 2px;
  font-size: 22px;
}

.delete_popup.reset_alert .caution_icon {
  color: #7cc149;
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: 32px;
}

.delete_popup.reset_alert h5 {
  color: #23405d;
  text-transform: capitalize;
  text-align: center;
  margin-top: 13px;
  font-size: 20px;
}

.view_popup.reset_alert .modal-dialog {
  max-width: 1200px;
}

.easyrent .inprogress_page {
  height: calc(100vh - 440px);
  min-height: 200px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.easyrent .my_account .new_navtabs.nav-justified .nav-item .nav-link {
  padding: 8px 15px 8px 15px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  color: #23405d;
}

.easyrent .my_account .new_navtabs.nav-justified .nav-item .nav-link.active {
  background-color: #7cc149;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
}

.my_account .new_navtabs.nav-tabs-custom .nav-item .nav-link::after {
  display: none;
}

.condition_list .card_buttons .card_fill_btn {
  background-color: #7cc149;
  padding: 5px 14px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  height: 30px;
  margin-left: 0px;
  cursor: pointer;
}

.condition_list .card_buttons .card_fill_btn span {
  font-size: 14px;
  margin-left: 10px;
}

.dashboard .detailed_app .condition_list .db_table th:last-child,
.dashboard .detailed_app .condition_list .db_table td:last-child {
  text-align: left !important;
}

.unique_td {
  color: #23405d !important;
  font-weight: normal !important;
}

.condition_pop .modal-dialog {
  max-width: 770px;
}

.dashboard .detailed_app .condition_pop textarea {
  min-height: 178px;
}

.popup_btns .fs_btn {
  background-color: #7cc149;
  padding: 8px 17px;
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  border: solid 1px #7cc149;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}

.popup_btns .outline_button.fs_btn {
  background-color: transparent;
  padding: 8px 17px;
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  border: solid 1px #7cc149;
  color: #7cc149;
  border-radius: 5px;
  display: inline-block;
}

.valuation_feedback.condition_pop .modal-dialog {
  max-width: 1400px;
}

.valuation_feedback .popup_btns .fs_btn {
  background-color: #7cc149;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: solid 1px #7cc149;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.valuation_feedback .popup_btns .fs_btn span {
  margin-right: 7px;
  font-size: 23px;
}

.dashboard .detailed_app .quality_control .db_table th:last-child,
.detailed_app .quality_control .db_table td:last-child {
  text-align: left !important;
}

.condition_pop .summary_blcok {
  background-color: #ecf0fa;
  padding: 25px;
  border-radius: 8px;
}

.condition_pop .summary_blcok label {
  color: #8293a7;
  font-size: 11.5px;
  font-weight: 500;
  margin-bottom: 0px;
}

.condition_pop .summary_blcok p {
  color: #49627a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}

.valuation .new_navtabs .card_fill_btn {
  background-color: #7cc149;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  height: 32px;
  margin-left: 0px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -3px;
}

#Borrower .information_row .card-body {
  min-height: 560px;
}

.upload_doc_btn .udisplay-none {
  width: 100%;
  height: 32.2px;
  border-radius: 5px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  cursor: pointer;
}

.valuation .accordion-item:nth-child(1) {
  border-top: 1px solid #e3eaf2;
}

.appraisal_review_checklist {
  display: flex;
  align-items: center;
}

.appraisal_review_checklist .appraisal_condition_list {
  border-left: 2px solid #c8cfd6;
  height: 30px;
  padding-left: 16px;
  margin-left: 16px;
  display: flex;
  align-items: center;
}

.appraisal_review_checklist .appraisal_condition_list p {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.tb_menu ul li a {
  display: flex;
  align-items: center;
  color: rgba(21, 49, 77, 0.5) !important;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 7px;
  border-top: 1px solid #ecf0fa;
  border-bottom: 1px solid #ecf0fa;
  background: #fff;
  font-weight: 600;
  transition: inherit !important;
  cursor: pointer;
}

.underwriting-summary-tab .toggle-input .document-icon {
  border: none;
  background-color: #e9f0e6;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 0px 5px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
}

.underwriting-summary-tab .toggle-input .document-icon span {
  color: #7cc149;
  font-size: 20px;
  padding: 3px;
}

.underwriting-summary-tab .toggle-input .document-icon .badge-number {
  background: #fff;
  color: #42526e;
  font-size: 8px;
  border-radius: 6px;
  padding: 0 5px;
  margin: 2px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
}

.document-list .modal-dialog {
  max-width: 660px;
}

.document-list .modal-body {
  padding-top: 10px;
}

.document-list .modal-body label {
  font-weight: 600;
  color: #23405d;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}

.document-list .modal-body .form-control {
  line-height: 10px;
  padding: 10px 15px;
  padding-left: 40px;
}

.document-list .modal-body .search-input {
  position: relative;
  width: 100%;
}

.document-list .modal-body .search-input span {
  position: absolute;
  left: 11px;
  top: 10px;
  font-size: 20px;
  font-weight: 600;
}

.document-list .modal-body .add_button {
  margin-left: 10px;
  height: 36px;
  padding: 4px 20px;
  font-size: 12px;
}

.document-list .modal-body .card_outline_btn {
  height: 36px;
  padding: 4px 20px;
  font-size: 12px;
}

.document-list .modal-body .table-responsive {
  margin-top: 10px;
  max-height: 490px;
  overflow-y: auto;
}

.document-list .modal-body .table-responsive::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.document-list .modal-body .table-responsive::-webkit-scrollbar-track {
  background: #eeeeee;
}

.document-list .modal-body .table-responsive::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.document-list .modal-body .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.document-list .modal-body .footer-btns {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.document-list .modal-body .actions-btns {
  display: flex;
  gap: 5px;
}

.document-list .modal-body .actions-btns button {
  border: 1px solid #dbe3f8;
  color: #23405d;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
}

.document-list .modal-body .actions-btns button span {
  font-size: 18px;
}

.document-list .modal-body .table-responsive .checkbox_ht {
  margin: 0 auto;
}

.document-list .modal-body .table-responsive .db_table td {
  font-weight: normal;
}

.document-list .modal-body .table-responsive .grid_table td {
  padding: 11px 15px;
}

@media (max-width: 600px) {
  .valuation .checklist-title {
    font-size: 15px;
    padding: 12px 10px;
  }

  .valuation .checklist-body {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(1) {
    min-width: 220px;
    max-width: 220px;
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(2) {
    min-width: 280px;
    max-width: 280px;
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(3) {
    min-width: 323px;
    max-width: 323px;
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(5) {
    min-width: 290px;
    max-width: 290px;
  }

  .counts_block {
    width: 15.99%;
  }
}

@media screen and (min-width: 2500px) {
  .dashboard.easyrent {
    zoom: 1.4;
  }

  .dashboard .dashboard_block > .card {
    min-height: calc(100vh - 502px);
  }

  .easyrent .my_account {
    min-height: calc(100vh - 636px);
  }

  .information_row .card-body {
    min-height: 254px;
  }

  .dashboard .dashboard_block > .easyrent_contacts {
    min-height: calc(100vh - 321px);
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(1),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(1) {
    min-width: 15%;
    max-width: 15%;
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(2),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(2) {
    min-width: 13%;
    max-width: 13%;
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(3),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(3) {
    min-width: 13%;
    max-width: 13%;
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(4),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(4) {
    min-width: 13%;
    max-width: 13%;
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(5),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(5) {
    min-width: 13%;
    max-width: 13%;
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(6) {
    min-width: 13%;
    max-width: 13%;
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(7),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(7) {
    min-width: 13%;
    max-width: 13%;
  }

  .easyrent_contacts .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(8),
  .easyrent_contacts
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(8) {
    min-width: 7%;
    max-width: 7%;
  }

  .counts_block {
    width: 16.08%;
  }

  .appraisal_tab .information_row .card-body {
    min-height: 439px;
  }

  .easyrent
    .dsb_wrp
    .dsb_left
    .dsb-third-section
    .dsb-need-list
    .needs-list-wrapper
    .card_body
    .inprogress_page {
    height: calc(100vh - 1118px);
  }

  .easyrent
    .dsb_wrp
    .dsb_left
    .dsb-third-section
    .outstanding_task
    .outstanding
    .card_body
    .inprogress_page {
    height: calc(100vh - 1087px);
  }

  .easyrent
    .dsb_wrp
    .dsb_right
    .upload-wrapper
    .document_list
    .doc_list-wrapper
    .card_body
    .inprogress_page {
    height: calc(100vh - 1072px);
  }

  .easyrent
    .dsb_wrp
    .dsb_left
    .dsb-third-section
    .dsb-need-list
    .needs-list-wrapper {
    height: auto;
  }

  .easyrent
    .dsb_wrp
    .dsb_left
    .dsb-third-section
    .outstanding_task
    .outstanding {
    height: auto;
  }
}

@media (min-width: 1281px) and (max-width: 1366px) {
  .counts_block {
    width: 15.86%;
  }

  .information_row .card-body {
    min-height: 255px;
  }

  .appraisal_tab .information_row .card-body {
    min-height: 438px;
  }
}

@media screen and (max-width: 1100px) {
  .easyrent .dsb_left {
    width: 100%;
  }

  .easyrent .dsb-first-section {
    flex-direction: column;
  }

  .easyrent .dsb-loan-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px;
  }

  .easyrent .dsb-contact-info {
    width: 100%;
    padding-left: 0;
    overflow: auto;
  }

  .easyrent .dsb-second-section {
    flex-direction: column;
  }

  .easyrent .dsb-milestones {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
  }

  .easyrent .dsb-secondary {
    width: 100%;
    padding-left: 0;
  }

  .easyrent .dsb-third-section {
    flex-direction: column-reverse;
  }

  .easyrent .outstanding_task {
    width: 100%;
    padding-right: 0;
  }

  .easyrent .dsb-need-list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8px;
  }

  .easyrent .dsb-under-writing-task {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8px;
  }

  .easyrent .dsb_right {
    width: 100%;
  }

  .easyrent .dsb_wrp .contact-info {
    width: 625px;
  }

  .easyrent .dsb-under-writing-task .under-writing .task-txt {
    width: 75%;
  }

  .easyrent .dsb-under-writing-task .under-writing .date-txt {
    width: 25%;
  }
}

/* mobile resolution */
@media (min-width: 300px) and (max-width: 480px) {
  .easyrent .data_summary .information_row .col-md-4 {
    margin-bottom: 15px;
  }

  .easyrent .data_summary .information_row .col-md-6 {
    margin-bottom: 15px;
  }

  .easyrent .data_summary .nav-tabs-custom.nav-justified {
    flex-wrap: wrap;
  }

  .easyrent .data_summary .nav-tabs-custom.nav-justified .nav-item {
    flex: 1 0 auto;
    text-align: center;
    width: 100%;
  }

  .information_row .card-title {
    font-size: 11px;
    white-space: nowrap;
  }

  .easyrent .data_summary .nav-tabs-custom .tab_navbuttons {
    left: 0;
    right: inherit;
    top: initial;
    bottom: 0;
    position: fixed;
    z-index: 999999;
    width: 100%;
    display: flex;
    padding: 15px 10px;
    background-color: #ffffff;
    overflow-x: auto;
  }

  .nav-tabs-custom .tab_navbuttons .add_btn {
    white-space: nowrap;
  }

  .nav-tabs-custom .tab_navbuttons .add_btn:first-child {
    margin-left: 0;
  }

  .or_block {
    flex-direction: column;
  }

  .or_block .form-group.w-50 {
    width: 100% !important;
  }

  .or_divider {
    margin: 0px 5px 9px 5px;
  }

  .footer {
    padding-left: 0;
  }

  .information_row .card-body {
    min-height: auto;
  }

  .information_row .input_block {
    align-items: baseline;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .information_row .input_block .label {
    width: 100% !important;
    margin-bottom: 3px;
  }

  .information_row .input_block .form-control {
    width: 100% !important;
  }

  .pricing_row.information_row .input_block.toggle_block .toggle_label .label {
    width: 30% !important;
  }

  .toggle_block .toggle {
    width: 70% !important;
    align-items: center !important;
    margin-bottom: 3px !important;
  }

  .pricing_row.information_row .input_block.toggle_block .toggle_label {
    width: 100% !important;
  }

  .total_counts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 13px;
    flex-direction: column;
  }

  .counts_block {
    background-color: #f5f8ff;
    padding: 25px 44px 25px 25px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin-right: 0px;
    height: 93px;
    width: 100%;
    margin-bottom: 10px;
  }

  .metrics_table {
    width: 100%;
  }

  .triple_input_block {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }

  .triple_input_block .triple_input {
    width: 100%;
    margin-bottom: 15px;
  }

  .triple_input_block .triple_input:first-child .form-control {
    border-radius: 5px;
  }

  .triple_input_block .triple_input:nth-child(2) .form-control {
    border-radius: 5px;
  }

  .triple_input_block .triple_input:last-child .form-control {
    border-radius: 5px;
  }

  .triple_input_block label {
    font-size: 10.2px;
    color: rgba(35, 64, 93, 0.6);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 4px;
    padding-left: 0;
  }

  .title_header {
    overflow-x: auto;
    width: 100%;
  }

  .title_header h5 {
    white-space: nowrap;
    margin-right: 10px;
  }

  .condition_list .card_buttons .card_fill_btn {
    white-space: nowrap;
  }

  .accounting_row .input_block .position-relative {
    width: 100% !important;
  }

  .information_row .card-header {
    overflow-x: auto;
  }

  .card_buttons {
    margin-left: 30px;
  }

  .my_account .toggle {
    display: flex;
    align-items: center;
  }

  .net_funding_row.pricing_row.information_row .input_block .form_select {
    position: relative;
    width: 100% !important;
  }

  .title_header h5 {
    font-size: 12px;
  }
}

/* Tab resolution */
@media (min-width: 768px) and (max-width: 1024px) {
  .easyrent .data_summary .information_row {
    flex-direction: column;
  }

  .easyrent .data_summary .information_row .col-md-4 {
    width: 100%;
    margin-bottom: 15px;
  }

  .easyrent .data_summary .information_row .col-md-6 {
    width: 100%;
    margin-bottom: 15px;
  }

  .easyrent .data_summary .nav-tabs-custom.nav-justified {
    flex-wrap: wrap;
  }

  .easyrent .data_summary .nav-tabs-custom.nav-justified .nav-item {
    flex: 1 0 auto;
    text-align: center;
  }

  .easyrent .data_summary .pricing-header {
    margin-bottom: 40px;
  }

  .easyrent .data_summary .nav-tabs-custom .tab_navbuttons {
    left: 0;
    right: inherit;
    top: initial;
    bottom: 0;
    position: fixed;
    z-index: 999999;
    width: 100%;
    display: flex;
    padding: 15px 10px;
    background-color: #ffffff;
    overflow-x: auto;
  }

  .nav-tabs-custom .tab_navbuttons .add_btn:first-child {
    margin-left: 0;
  }

  .nav-tabs-custom .tab_navbuttons .add_btn {
    white-space: nowrap;
  }

  .counts_block {
    width: 47%;
  }

  .triple_input_block label {
    font-size: 10.2px;
    color: rgba(35, 64, 93, 0.6);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 4px;
    padding-left: 0px;
  }

  .information_row .card-body {
    padding: 13px 13px;
    max-height: 560px;
    overflow-x: auto;
    min-height: auto;
  }

  .appraisal_tab .information_row .card-body {
    padding: 13px 13px;
    max-height: 560px;
    overflow-x: auto;
    min-height: auto;
  }

  .condition_pop .modal-dialog {
    max-width: 95%;
  }

  .valuation_feedback.condition_pop .modal-dialog {
    max-width: 95%;
  }

  .easyrent .data_summary .funding_breakdown .pricing-header {
    margin-bottom: 0px;
  }

  .escrow_calculator .col-md-6 {
    width: 100%;
  }

  .escrow_calculator .col-md-6.mt-4.mt-sm-0 {
    margin-top: 1.5rem !important;
  }
}

/*Mobile and Tab resolution */
@media (min-width: 300px) and (max-width: 1080px) {
  .new_email .card {
    max-width: 95%;
    margin: 15px auto;
    margin-bottom: 100px;
  }

  .date_details_header {
    overflow-x: auto;
  }

  .date_details_header .input_block {
    margin-right: 60px !important;
  }

  .date_details_header .input_block .label {
    white-space: nowrap;
  }

  .date_details_header .input_block:last-child {
    margin-right: 0 !important;
  }

  .closing_funding_row .card-body {
    min-height: auto !important;
  }

  .net_funding_row.information_row .card-body {
    min-height: inherit !important;
  }

  .accounting_closing .add_button {
    margin-top: 0px !important;
  }

  .easyrent .accounting_closing .escrow_calculator hr {
    margin: 20px 0 !important;
  }
}

.location_table .form-location {
  position: relative;
}

.location_table .form-location span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: var(--highlight-color);
}

.location_table .form-location .form-control {
  padding-left: 25px;
}

.location_table td:nth-child(6) {
  background-color: transparent;
}

.location_table th:nth-child(4),
.location_table td:nth-child(4) {
  text-align: center;
}

.location_table th:nth-child(5),
.location_table td:nth-child(5) {
  text-align: center;
}

.location_table th:nth-child(6),
.location_table td:nth-child(6) {
  text-align: center;
}

.underwriting-summary-tab .underwriting_row .pricing-header {
  background-color: #e9f0e6;
}

.underwriting-summary-tab .underwriting_row .pricing-header .card-title {
  color: #23405d;
}

.underwriting_row .input_block .label {
  width: 45% !important;
}

.underwriting_row .input_block .label-value {
  width: 55%;
  font-weight: 500;
  color: var(--bold-color);
  font-size: 13px;
  margin-bottom: 0;
  line-height: 17px;
}

.underwriting_row .input_block {
  border-bottom: 1px solid #ccd8f6;
  padding: 10px;
  margin-bottom: 0px;
}

.underwriting_row .card-body {
  padding: 0;
}

.underwriting-summary-tab .information_row.pricing_row.underwriting_row {
  display: flex;
  align-items: stretch;
}

.underwriting-summary-tab
  .information_row.pricing_row.underwriting_row
  > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.underwriting-summary-tab .information_row.pricing_row.underwriting_row .card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.underwriting-summary-tab .underwriting_row .sponsorship-wrapper {
  padding-right: 0px;
  padding-top: 24px;
}

.underwriting-summary-tab .underwriting_row .sponsorship-wrapper .col-md-12 {
  padding-right: 0px;
}

/* Mobile responsive */
@media (max-width: 991px) {
  .underwriting-summary-tab .information_row.pricing_row.underwriting_row {
    flex-direction: column;
  }

  .underwriting-summary-tab
    .information_row.pricing_row.underwriting_row
    > [class*="col-"] {
    width: 100%;
  }

  .underwriting-summary-tab
    .information_row.pricing_row.underwriting_row
    .col-md-6
    > .row {
    height: auto;
  }
}

@media (min-width: 1600px) and (max-width: 1710px) {
  .easyrent .my_account {
    min-height: calc(100vh - 36px);
  }
}

.underwriting-summary-tab .toggle-input {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.underwriting-summary-tab .toggle-input .toggle {
  background-color: #ecf0fa;
  border: 1px solid #d7e0f5;
  padding: 5px 10px;
  border-radius: 5px;
  color: #1d3853;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  height: 26px;
  cursor: pointer;
  margin: 0px 5px;
}

.underwriting-summary-tab .toggle-input .toggle.active {
  background-color: #c0e1a7;
  border: 1px solid #7cc149;
  color: #23405d;
}

.easyrent .textarea-style {
  pointer-events: auto;
  resize: vertical;
  min-height: 120px;
  border: 1px solid #d7e0f5;
  background-color: #ecf0fa;
}

.easyrent .textarea-style:focus {
  background-color: #ecf0fa;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(130, 46, 170, 0);
}

.underwriting-summary-tab .form-group .form-control {
  border: 1px solid #d7e0f5;
  background-color: #ecf0fa;
}

.underwriting-summary-tab .form-group .form-control:focus {
  background-color: #ecf0fa;
}

.underwriting-summary-tab .form-group .form-control.color_input {
  background-color: rgba(123, 193, 72, 0.2);
}

.underwriting-summary-tab .form-group .form-control.color_input:focus {
  background-color: rgba(123, 193, 72, 0.2) !important;
}

.data_summary .accordion-item {
  border: none;
  border-bottom: 1px solid #d9e2f8;
}

.data_summary .accordion-button {
  color: #7cc149;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11.5px;
  padding: 10px 0px;
}

.data_summary .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-bottom: 1px solid #d9e2f8;
}

.data_summary .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.accounting_row .input_block .label {
  width: 28%;
}

.accounting_row .input_block .form-control {
  width: 72%;
}

.accounting_row .input_block .position-relative {
  width: 72%;
}

.accounting_row .input_block .position-relative .form-control {
  width: 100%;
}

.accounting_row .input_block .position-relative a {
  width: 20px;
  top: 10px;
  right: 9px;
  position: absolute;
  cursor: pointer;
}

.accounting_closing .add_button {
  border-radius: 5px;
  padding: 4px 17px;
  height: 27px;
  font-size: 11px;
}

.accounting_closing .toggle-switch {
  width: 26px !important;
  height: 14px !important;
}

.accounting_closing .toggle-switch:before {
  width: 10.5px !important;
  height: 10.5px !important;
  top: 1.5px !important;
}

.accounting_closing .toggle-checkbox:checked + .toggle-switch:before {
  left: 14px !important;
}

.accounting_closing .toggle-label {
  font-weight: 600;
  color: var(--bold-color);
  font-size: 13px;
  margin-bottom: 0;

  line-height: 17px;
}

.add_fee_btn {
  background-color: #7cc149;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 10.5px;
  font-weight: 500;
  height: 21px;
  margin-left: 0px;
  cursor: pointer;
  padding-right: 6px;
}

.add_fee_btn:hover {
  color: #fff;
}

.add_fee_btn span {
  margin-left: 7px;
  line-height: 3px;
  font-size: 12.5px;
}

.easyrent hr {
  border-top: solid 2px #e8eef4 !important;
  margin: 12px 0 !important;
}

.add_notes .title_header h5 {
  margin-bottom: 0;
  color: rgba(35, 64, 93, 0.6);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.add_notes .modal-dialog {
  max-width: 1200px;
}

.dashboard .detailed_app .add_notes .db_table th:last-child,
.dashboard .detailed_app .add_notes .db_table td:last-child {
  text-align: left !important;
}

.escrow_calculator .title_header {
  justify-content: flex-start;
}

.escrow_calculator .grid_table td:nth-child(3) {
  background: #ecf0fa;
}

.two_months_cushion {
  display: flex;
  align-items: center;
}

.two_months_cushion .left {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 77%;
}

.two_months_cushion .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 23%;
}

.two_months_cushion .content {
  background-color: #e9f0e6;
  width: 100%;
  border: 1px solid #ccd8f6;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  height: 46px;
}

.two_months_cushion .content p {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.run_calculation {
  border-radius: 5px;
  padding: 4px 11px;
  height: 27px;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 35px;
  background-color: #60a033 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
}

.escrow_calculator .db_table {
  margin-bottom: 0;
}

.two_months_cushion .right .content {
  background-color: rgba(207, 233, 188, 1);
}

.two_months_cushion .right .content p {
  color: #23405d;
}

.date_details_header {
  display: flex;
  align-items: center;
  border: 1px solid #ccd8f6;
  background-color: #fff;
  padding: 6px 15px;
}

.date_details_header .input_block {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  margin-right: 130px;
}

.date_details_header .input_block .label {
  font-weight: 600;
  color: var(--bold-color);
  font-size: 11.6px;
  margin-bottom: 0;
  width: auto;
  line-height: 17px;
  padding-right: 10px;
  text-transform: uppercase;
  margin-right: 7px;
}

.date_details_header .input_block .form-control {
  width: auto;
  padding: 8px 12px;
  background-color: #ecf0fa;
  border: 1px solid #d7e0f5;
  border-radius: 5px;
  color: #23405d;
  font-size: 13px;
}

.need_closer textarea {
  min-height: 115px;
  border-radius: 0 0 4px 4px;
}

.closing_funding_row {
  margin-top: 20px;
}

.closing_funding_row .card-body {
  padding: 19px 22px;
  min-height: 310px;
}

.net_funding_row {
  margin-top: 20px;
}

.net_funding_row.liquidassets_row.pricing_row.information_row
  .funding_breakdown
  .input_block
  .label {
  width: auto;
}

.information_row .funding_breakdown .input_block {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
  margin-top: 25px;
}

.net_funding_row hr {
  border-top: solid 1px #ccd8f6 !important;
}

.net_funding_row.pricing_row.information_row .input_block .form_select {
  position: relative;
  width: 63%;
}

.net_funding_row.liquidassets_row.pricing_row.information_row
  .input_block
  .form_select
  .form-control {
  width: 100%;
}

.net_funding_row.liquidassets_row.pricing_row.information_row
  .input_block
  .label {
  width: 37%;
}

.net_funding_row.liquidassets_row.pricing_row.information_row
  .input_block
  .form-control {
  width: 63%;
}

.net_funding_row.information_row .card-body {
  min-height: 345px;
}

.balance_cushion {
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccd8f6;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  height: 46px;
}

.balance_cushion p {
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.balance_cushion .toggle-input {
  display: flex;
  align-items: center;
}

.balance_cushion .toggle-input .toggle {
  background-color: #ecf0fa;
  border: 1px solid #d7e0f5;
  padding: 5px 10px;
  border-radius: 5px;
  color: #1d3853;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  height: 26px;
  cursor: pointer;
  margin: 0px 5px;
}

.balance_cushion .toggle-input .toggle.active {
  background-color: #c0e1a7;
  border: 1px solid #7cc149;
  color: #23405d;
}

.easyrent .escrow_calculator hr {
  margin: 35px 0 !important;
}

.tooltip_content {
  bottom: 0px;
  max-height: 200px;
  overflow-y: auto;
  width: 300px;
  overflow-x: auto;
}

.tooltip_input {
  width: 49%;
}

.tooltip_control {
  width: 100% !important;
}

.tooltip_input_one {
  width: 60% !important;
}

.tooltip_content::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.tooltip_content::-webkit-scrollbar-track {
  background: #eeeeee;
}

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

.tooltip_content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ltv_tooltip .tooltip_content {
  left: 0;
}

.ltv_tooltip {
  width: 111%;
}

.cursor-pointer {
  cursor: pointer;
}

.grid_table .eligible_balance .form-control {
  background-color: #e9f0e6;
  text-align: center;
}

.table_inavalid_input {
  padding: 0 !important;
}

.table_inavalid_input .table_inavalid_input_block {
  border: 1px solid red !important;
  width: 100%;
  height: 49.5px;
  display: flex;
  padding: 9.3px 15px;
  align-items: center;
}

.table_form_select {
  padding-left: 0;
  padding-right: 0;
}

.table_form_select .form_select {
  padding-left: 0;
  padding-right: 0;
}

.form_select_td {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
}

.form_select_td .form-control {
  padding-left: 15px;
}

.form_control_block {
  position: relative;
}

.form_control_block span {
  color: rgba(35, 64, 93, 0.6);
  position: absolute;
  top: 18px;
  right: 3px;
  cursor: pointer;
  font-size: 17px;
}

.field-red {
  background-color: #ffcccc !important;
}

.field-green {
  background-color: #ccffcc !important;
}

.field-neutral {
  background-color: #ffffff !important;
}

.highlight-yellow {
  background-color: #fff3cd !important;
}

.exceed_message {
  padding: 9px 20px;
  background-color: #ffb8b5;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  width: 100%;
  height: 33.55px;
  margin-bottom: 10px;
}

.exceed_message p {
  margin-bottom: 0;
  color: #cd3f39;
  font-size: 13.5px;
  text-transform: capitalize;
}

.form_select_td .css-b62m3t-container .css-13cymwt-control {
  min-height: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  border-color: transparent !important;
  border-radius: 0px;
  border: none !important;
  max-height: inherit;
}

.form_select_td .css-b62m3t-container .css-t3ipsp-control {
  border: none !important;
  box-shadow: none !important;
  min-height: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.form_select_td .css-b62m3t-container .css-qbdosj-Input {
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.form_select_td .css-b62m3t-container {
  padding: 0px !important;
  width: 100%;
}

.form_select_td .css-1xc3v61-indicatorContainer {
  padding: 0px 8px;
}

.form_select_td .css-1fdsijx-ValueContainer {
  padding: 0px 8px !important;
}

.form_select_td .css-1f43avz-a11yText-A11yText {
  display: none;
}

.rent_roll .grid_table td:nth-child(9) {
  background: #e9f0e6;
}

.rent_roll .grid_table .bg--color {
  background: #e9f0e6 !important;
}

.rent_roll .grid_table td:nth-child(5) {
  background: #ffffff;
}

.rent_roll .grid_table td:nth-child(5) .form-control {
  background: #ffffff;
}

.input_block .double_input .form_control_block {
  width: 111.5%;
}

.information_row .input_block .double_input .tooltip_content {
  left: 0;
}

.input_block .double_input .ltv_tooltip .form_control_block {
  width: 100%;
  margin-right: 5px;
}

.information_row .input_block .tooltip_double_input {
  gap: inherit;
}

.information_row .input_block .tooltip_double_input .form_control_block {
  margin-right: 5px;
}

.dashboard .detailed_app .rent_roll .grid_table td[colspan]:first-child {
  text-align: center !important;
  vertical-align: middle !important;
}

.highlight_decline {
  background: #fdf3d1;
}

.highlight_decline p {
  margin-bottom: 0;
  color: #d99b01 !important;
  font-size: 13.5px;
  text-transform: capitalize;
}

.yellow_color {
  background-color: #fdf3d1;
  color: #d99b01;
}

.yellow_color:focus {
  background-color: #fdf3d1;
  color: #d99b01;
}

.underwriting_red:focus {
  background-color: #ffe3e2 !important;
}

.underwriting_green:focus {
  background-color: rgba(213, 239, 193, 0.8);
}

.search_dropdown .css-1nmdiq5-menu {
  bottom: 37px !important;
  top: inherit !important;
}

.search_dropdown .css-1nmdiq5-menu {
  bottom: 37px !important;
  top: inherit !important;
}

.search_dropdown .css-1nmdiq5-menu {
  bottom: 37px !important;
  top: inherit !important;
}

.css-1nmdiq5-menu > div {
  max-height: 200px !important;
}

.gurantor_tooltip {
  background-color: #bacaf1;
  border: 1px solid #bacaf1;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.gurantor_tooltip:hover {
  background-color: #bacaf1;
  border: 1px solid #bacaf1;
}

.gurantor_tooltip:focus {
  background-color: #bacaf1 !important;
  border: 1px solid #bacaf1;
}

.gurantor_tooltip .icon {
  color: #fff;
  font-size: 14px;
}

.guarantor_popup .modal-content {
  min-width: 500px !important;
  border: none;
}

.underwriting_row .card-body {
  min-height: inherit;
}

.underwriting_summary_section .card-header {
  height: 37px;
  padding: 13px 12px;
}

.underwriting_summary_section .input_block .label {
  width: 57% !important;
  font-size: 12px;
}

.underwriting_summary_section .input_block .label-value {
  width: 43%;
  font-size: 12px;
}

.border-bottom-none {
  border-bottom: none !important;
}

.liquidassets_row .card-body {
  padding: 13px 13px;
  max-height: 560px;
  overflow-x: auto;
  min-height: 262px;
}

.notes_td {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notes_td p {
  margin-bottom: 0;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notes_td .multi_files {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 8px;
  width: 38px;
  margin: 0;
  cursor: pointer;
}

.notes_td .multi_files img {
  width: 22px;
}

.notes_td .multi_files .badge {
  border-radius: 5px;
  padding: 2.5px 1.5px;
  border: 1px solid #ee8291;
  background: #ee8291;
  color: #ffffff !important;
  font-size: 9px;
  font-weight: 500;
  line-height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  right: 7px;
}

.work_flows .offcanvas-header {
  background-color: #84b052;
  border: 1px solid #84b052;
}

.work_flows .offcanvas-header h5 {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.work_flows .offcanvas {
  width: 440px;
}

.work_flows .offcanvas-sub-header {
  padding: 13px 16px;
}

.work_flows .offcanvas-sub-header p {
  color: #1d3853;
  font-weight: 600;
  color: #1d3853;
  font-weight: 600;
  width: 100%;
}

.work_flows .comments_br {
  border-bottom: 1px solid #dedede;
}

.comments_section {
  background-color: rgba(124, 193, 73, 0.15);
  border-radius: 0px 8px 8px 8px;

  padding: 13px 16px;
  margin-bottom: 15px;
}

.comments_section .message {
  font-size: 12px;
  color: rgba(35, 64, 93, 0.9);
  margin-bottom: 7px;
  font-weight: 500;
}

.comments_section .time {
  font-size: 10px;
  color: #23405d;
  margin-bottom: 0px;
  font-weight: normal;
}

.work_flows .offcanvas-body {
  padding: 25px 25px;
}

.notes_td .tooltip {
  z-index: 99;
  color: #fff;
  width: 416px;
  display: block;
  font-size: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  text-align: left;
  background: #444444;
  border: 1px solid #444444;
  box-shadow: 0 0 3px #a7acb8;
  position: absolute;
  right: 275px;
  bottom: 27px;
  font-weight: normal;
  text-transform: unset;
}

.notes_td .tooltip:before,
.notes_td .tooltip:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #444444;
  position: absolute;
  bottom: -9px;
  left: 50%;
}

.short_badge {
  background-color: #ffb8b5 !important;
  border-radius: 5px !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  margin-left: 7px !important;
  font-weight: 700 !important;
  padding: 2px 8.5px !important;
  margin-right: 0px !important;
  color: #cd3f39 !important;
  border: none !important;
}

.credit_approval_review {    padding: 5px 10px;
    border: 1px solid #7CC149;
    border-radius: 5px;
    background-color: rgba(124, 193, 73, 0.09);
    color: #7CC149;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;}
    .credit_approval_review:hover {   
    color: #7CC149;
   }

.credit_approval_pop .error_msg {
    color: red;
    font-size: 11px;
    position: absolute;
    bottom: -17px;
    font-weight: 500;
}
.offcanvas-backdrop.show {
    opacity: 0;
}
.popup_btns .outline_button.fs_btn:hover {
    background-color: transparent !important;
}

.sla_block .form-group label{color: #fff !important;}
.sla_block .form-group {width: 100%;
    display: flex !important;
    align-items: start;
    flex-direction: column !important;}
.sla_block .sla-timer.active{     background: #bee6a1;
    color: #64a834 !important;
    justify-content: center;
    align-items: center;
      padding: 7px 15px;}


.go_button {   
    border: 1px solid rgba(124, 193, 73, 1);
    display: flex;
    align-items: center;
    height: 27px;
    padding: 4px 16px;
    border-radius: 6px;
   
    text-transform: capitalize;
    font-size: 11.5px;
    font-weight: 500;}

.new_uw_row.underwriting_row .input_block .label {
    width: 55% !important;
}
.new_uw_row.underwriting_row .input_block .label-value {
    width: 45%;
    font-weight: 500;
    color: var(--bold-color);
    font-size: 13px;
    margin-bottom: 0;
    line-height: 17px;
}
.new_uw_row.underwriting_row .card-body {
    padding: 13px 13px;
    max-height: 457px;
    overflow-x: auto;
    min-height: inherit;
}
.ds_last_input {    border-bottom: none !important;
    padding-bottom: 0 !important;}
    .new_uw_row.underwriting_row .escrow_card_body {
    min-height: 222px;
}
/* last updated on 11:04 AM 02-feb-26 by VKR */
