:root {
  --bgColor: #ecf1f9;
  --borderColor: #dbe3f8;
  --highlight: #7cc149;
  --light-color: #ebf4df;
  --font: "Montserrat", sans-serif;
  /* --font:'Red Hat Text', sans-serif; */
  --regular: 400;
  --semi-bold: 500;
  --bold: 700;
  --black: 800;
  --light: 300;
  --red: #dc5354;
  --errorbg: #dc535338;
  --head-txt: #23405d;
  --lite-txt: #464452;
  --icon-color: #5b7189;
  --menu-bg: #0c1d30;

  /* BASE PALETTE COLORS */

  /* Green Palette */
  --fusion-green-900: #346c0b;
  --fusion-green-700: #60a033;
  --fusion-green-600: #7cc149;
  --fusion-green-500: #84b052;
  --fusion-green-400: #9aba8d;
  --fusion-green-300: #95c971;
  --fusion-green-200: #b8d3ad;
  --fusion-green-100: #cae4bf;
  --fusion-green-50: #e9f0e6;

  /* Blue Palette */
  --fusion-blue-900: #0c1d30;
  --fusion-blue-700: #23405d;
  --fusion-blue-600: #5b7189;
  --fusion-blue-500: #617c96;
  --fusion-blue-400: #657a8e;
  --fusion-blue-300: #a3b5cc;
  --fusion-blue-200: #ccd8f6;
  --fusion-blue-100: #dbe3f8;
  --fusion-blue-50: #f6f8fd;

  /* Gray Palette */
  --fusion-gray-900: #464452;
  --fusion-gray-700: #555;
  --fusion-gray-600: #5c5c5c;
  --fusion-gray-300: #cacaca;
  --fusion-gray-200: #a7b0c6;
  --fusion-gray-100: #b1bad1;
  --fusion-gray-50: #d6e0f9;

  /* White */
  --fusion-white: #ffffff;

  /* SEMANTIC USAGE COLORS */

  /* Accent Colors (Green) */
  --fusion-accent: var(--fusion-green-600);
  --fusion-accent-dark: var(--fusion-green-700);
  --fusion-accent-medium: var(--fusion-green-500);
  --fusion-accent-light: var(--fusion-green-400);
  --fusion-accent-pale: var(--fusion-green-300);

  /* Secondary Colors (Blue) */
  --fusion-secondary: var(--fusion-blue-700);
  --fusion-secondary-light: var(--fusion-blue-600);
  --fusion-secondary-lighter: var(--fusion-blue-500);

  /* USAGE-SPECIFIC VARIABLES */

  /* Text Colors */
  --fusion-text-primary: var(--fusion-blue-700);
  --fusion-text-primary-muted: rgba(35, 64, 93, 0.6);
  --fusion-text-secondary: var(--fusion-gray-900);
  --fusion-text-light: var(--fusion-blue-400);
  --fusion-text-accent: var(--fusion-accent);

  /* Background Colors */
  --fusion-bg-primary: var(--fusion-white);
  --fusion-bg-secondary: var(--fusion-blue-100);
  --fusion-bg-accent: var(--fusion-green-100);
  --fusion-bg-accent-light: var(--fusion-green-50);

  /* Border Colors */
  --fusion-border-light: var(--fusion-blue-100);
  --fusion-border-primary: var(--fusion-blue-200);
  --fusion-border-dark: var(--fusion-blue-300);
  --fusion-border-accent: var(--fusion-green-600);
  --fusion-border-accent-light: var(--fusion-green-300);
  --fusion-border-error: var(--red);

  /* Semantic Colors */
  --fusion-success: var(--fusion-green-700);
  --fusion-success-text: var(--fusion-white);
  --fusion-info: #3b82f6;
  --fusion-info-text: var(--fusion-white);
  --fusion-warning: #f59e0b;
  --fusion-warning-light: #fff3cd;
  --fusion-warning-color-text: #856404;
  --fusion-warning-text: var(--fusion-black);
  --fusion-danger: #ef4444;
  --fusion-danger-text: var(--fusion-white);

  /* Shadows */
  --fusion-shadow-sm: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  --fusion-shadow-md: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  --fusion-shadow-lg: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  --fusion-shadow-dropdown: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--bold);
}

body {
  font-family: var(--font);
  background-color: var(--bgColor) !important;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-color);
}

.icon-circle img {
  width: 36px;
}

.center-position {
  margin: 0 auto;
}

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

.signin-logo {
  height: 40px;
}

.xray-btn {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--lite-txt);
}

.login_box .card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  border-radius: 10px;
  background-image: url(../images/loginform_bg.png);
  background-repeat: no-repeat;
  background-position: 6px 7px;
  background-size: contain;
}

.login_box .signin-header .xray-btn {
  padding: 0px;
  font-weight: bold;
  color: #5c5c5c;
}

.login_box .xray-btn .material-symbols-outlined {
  margin-right: 5px;
}

.login_box .card-body {
  padding: 30px;
}

.login_box .card-body h2 {
  color: #23405d;
  font-size: 26px !important;
}

.login_box .card-body p {
  color: #464452;
}

.login_box .form-horizontal {
  text-align: left;
}

.login_box .form-label {
  font-weight: bold;
}

.login_box .form-control {
  background-color: #e0e4ea;
  padding: 12px 15px;
}

.login_box .btn_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.login_box .btn_wrp .btn {
  background-color: #7cc149;
  padding: 10px 30px;
  border-radius: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #7cc149;
  border-radius: 30px;
}

.create_process {
  background: #f0f5fb;
}

.create_process .header {
  border-bottom: 1px solid #cacaca;
  background: #fff;
  padding: 20px 0;
}

.create_process .header .wrapper {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.create_process .header .logo {
  width: 150px;
  line-height: inherit;
}

.create_process .header .logo .img {
  width: 100%;
}

.create_process .header .btn {
  border-radius: 16px;
  background: #7cc149;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.create_process .header .material-icons {
  font-size: 18px;
  margin-right: 5px;
}

.create_process .content_wrp {
  width: 1050px;
  margin: 0 auto;
  margin-top: 20px;
}

.create_process .content_wrp .steps {
  display: flex;
  justify-content: space-between;
}

.create_process .content_wrp .box {
  border-radius: 5px;
  background: #e5eaf3;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 64.4px;
  flex-grow: 1;
  margin-right: 10px;
}

.create_process .content_wrp .box:last-child {
  margin-right: 0;
}

.create_process .content_wrp .box .text {
  width: 60%;
  margin-right: 10px;
  font-size: 14px;
  color: rgba(35, 64, 93, 0.8);
  z-index: 999;
}

.create_process .content_wrp .box .img {
  width: 30px;
  z-index: 99;
}

.create_process .content_wrp .box.bx_progress {
  background: rgba(149, 201, 113, 0.2);
  border: 1px solid #7cc149;
}

.create_process .content_wrp .box.bx_progress .text {
  font-weight: 700;
  color: #23405d;
}

.create_process .fill {
  border-radius: 5px 5px 5px 5px;
  background: #7cc149;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.create_process .content_blk {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  min-height: calc(100vh - 253px);
}

.create_process .content_blk .hed {
  padding: 20px 20px;
  border-bottom: 2px solid #f0f4fb;
  position: relative;
}

.create_process .content_blk .hed .back {
  color: #5c5c5c;
  position: absolute;
  left: 35px;
  top: 25px;
}

.create_process .skip {
  color: #7cc149;
  /* position: absolute; */
  right: 35px;
  top: 25px;
  font-size: 16px;
  font-weight: 600;
  margin: 7px 15px 0 0;
}

.create_process .content_blk .title {
  color: #5c5c5c;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}

.create_process .content_blk .cont {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.create_process .feild_title {
  color: #5c5c5c;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.create_process .cp_btn {
  padding: 6px 35px;
  color: #7cc149;
  background-color: #fff;
  margin: 0 3px;
  text-align: center;
  font-size: 16px;
  border-radius: 34px;
  border: 1px solid #7cc149;
}

.create_process .cp_btn:hover {
  background: rgba(149, 201, 113, 0.2);
}

.create_process .cp_skip {
  padding: 6px 35px;
  color: #fff;
  background-color: #7cc149;
  margin: 0 3px;
  text-align: center;
  font-size: 16px;
  border-radius: 34px;
  border: 1px solid #7cc149;
}

.create_process .btn-group {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.cp_footer {
  border-top: 1px solid #ccc;
  background: #fff;
  padding: 20px 0;
}

.cp_footer .wrapper {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cp_footer p {
  margin-bottom: 0px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
}

.cp_footer ul {
  margin: 0;
  padding: 0px;
}

.cp_footer ul li {
  list-style: none;
  margin: 0 3px;
  color: #7cc149;
  float: left;
}

.cp_footer ul li a {
  color: #7cc149;
  font-size: 14px;
}

.create_process .btn-group2 {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.create_process .btn-group2 .cp_btn {
  margin: 4px 0;
  padding: 8px 45px;
  width: 400px;
}

.create_process .seleted_item {
  display: flex;
  justify-content: start;
  margin-bottom: 15px;
  width: 100%;
  align-items: start;
  padding-left: 40%;
}

.create_process .seleted_item .text {
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

.create_process .seleted_item .material-icons-outlined {
  font-size: 22px;
  line-height: 18px;
  margin-right: 10px;
  color: #7cc149;
}

.create_process .seleted_item .back_btn {
  background: #e5eaf3;
  border-radius: 30px;
  padding: 5px 10px;
  color: rgba(35, 64, 93, 0.5);
  font-size: 11px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.create_process .seleted_item .back_btn .material-icons-outlined {
  font-size: 16px;
  transform: rotateY(180deg);
  line-height: 16px;
  margin-right: 5px;
  color: rgba(35, 64, 93, 0.5);
  font-weight: normal;
  margin-top: -1px;
}

.create_process .search_block {
  width: 600px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 25px;
}

.create_process .search_block .search_wrp {
  border-radius: 7px;
  background: #ebf0f7;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.create_process .search_block .search_wrp .form-control {
  width: 95%;
  padding-right: 65px;
  background: none;
  border: none;
  margin-left: 10px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(35, 64, 93, 0.8);
}

.create_process .search_block .search_wrp .form-control:focus {
  background: none !important;
}

.create_process .search_block .search_wrp > div {
  width: 100%;
}

.create_process .search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #7cc149;
  border: none;
  padding: 7px 10px;
  position: absolute;
  right: 6px;
  top: 5px;
}

.create_process .search_btn .material-symbols-outlined {
  color: #fff;
}

.create_process .pi_sidebar {
  width: 345px;
  margin: 0 auto;
}

.create_process .pi_sidebar .adress {
  border-radius: 5px;
  display: flex;
  color: rgba(35, 64, 93, 0.8);
  font-size: 16px;
  font-weight: 500;
  padding: 13px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  margin-top: -30px;
  margin-left: 65px;
}

.create_process .pi_sidebar .adress .material-icons-outlined {
  margin-right: 7px;
}

.create_process .pi_sidebar .cp_btn {
  margin: 20px 0 0 65px;
  padding: 6px 35px;
  font-weight: 600;
}

.create_process .loan_program {
  width: 100%;
}

.create_process .loan_program .feild_title {
  margin: 0 0 20px 0;
}

.create_process .loan_program .row {
  width: 100%;
  justify-content: center;
}

.create_process .loan_program .lp_box {
  width: 100%;
  border-radius: 5px;
  height: 500px;
  overflow: auto;
  background: #f0f5fb;
  padding: 17px;
  background-image: url(../images/dots_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.create_process .loan_program .lp_box::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.create_process .loan_program .lp_box::-webkit-scrollbar-track {
  background: #eeeeee;
}

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

.create_process .loan_program .lp_box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.create_process .loan_program .lp_box h2 {
  color: #23405d;
  text-align: center;
  text-shadow: 0px 2px 1.8px rgba(35, 64, 93, 0.25);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.08px;
  width: 100%;
  margin-bottom: 2px;
}

.create_process .loan_program .lp_box h2 span {
  color: #95c971;
}

.create_process .loan_program .lp_box .sub {
  color: #617c96;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.48px;
  margin-bottom: 0;
}

.create_process .loan_program .lp_box .lp_icon_block {
  margin: 15px 0px;
  display: flex;
  justify-content: center;
}

.create_process .loan_program .lp_box .lp_icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #deebfa;
}

.create_process .loan_program .lp_box .lp_icon.color {
  background-color: #e1f1de;
}

.create_process .loan_program .lp_box .lp_icon img {
  width: 45px;
}

.create_process .loan_program .lp_box ul {
  margin: 20px 0 0 0;
  padding: 0px;
}

.create_process .loan_program .lp_box ul li {
  list-style: none;
  display: flex;
  align-items: center;
  color: #5c5c5c;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: -0.48px;
}

.create_process .loan_program .lp_box ul li .img {
  width: 23px;
  margin-right: 10px;
}

.create_process .loan_program .lp_box ul li:last-child {
  margin-bottom: 0px;
}

.create_process .content_blk .hed .title2 {
  color: #23405d;
  text-align: center;
  text-shadow: 0px 2px 1.8px rgba(35, 64, 93, 0.25);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.08px;
  width: 100%;
  margin-bottom: 2px;
  margin-right: 10px;
}

.create_process .content_blk .hed .title2 .sub {
  color: #95c971;
}

.create_process .texbox {
  width: 550px;
  margin: 0 auto;
  text-align: center;
}

.create_process .texbox .sub_title {
  color: rgba(92, 92, 92, 0.7);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.create_process .texbox .form-control {
  border-radius: 5px;
  border: 1px solid #a3b5cc;
  background: #f0f5fb;
  padding: 10px;
}

.create_process .texbox .cp_btn {
  margin: 20px 0 0 0px;
  padding: 6px 35px;
}

/* .create_process .content_blk .pi2 .seleted_item { width:285px; }
.create_process .content_blk .pi3 .seleted_item { width: 285px; }
.create_process .content_blk .pi4 .seleted_item { width: 285px; } */
.create_process .s_app .feild_title {
  font-size: 18px;
  margin-top: 0px;
  font-weight: 600;
}

/* .create_process .s_app { padding-top: 20px !important;} */
.create_process .s_app .uploads {
  width: 100%;
  margin-bottom: 10px;
}

.create_process .s_app .uploads .item {
  width: 48.8%;
  display: inline-flex;
  min-height: 85px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.create_process .s_app .uploads .item:nth-child(2n) {
  margin-left: 2%;
}

.create_process .s_app .uploads .item .left {
  width: 90%;
  display: flex;
  align-items: center;
}

.create_process .s_app .uploads .item .left h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}

.create_process .s_app .uploads .item .left p {
  color: #585757;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 3px;
}

.create_process .s_app .uploads .item .left .download {
  color: rgba(35, 64, 93, 0.5);
  font-size: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.create_process .s_app .uploads .item .left .download .material-icons-outlined {
  font-size: 16px;
  line-height: 14px;
  color: #95c971;
  margin-right: 5px;
}

.create_process .s_app .uploads .item .left .img {
  width: 30px;
  margin-right: 20px;
}

.create_process .s_app .upload {
  display: flex;
  align-items: center;
  color: #bfc3ca;
}

.create_process .s_app .upload .icon {
  font-size: 30px;
}

.create_process .upload_process {
  width: 100%;
}

.create_process .upload_process p {
  font-size: 10px !important;
}

.create_process .upload_process .bar {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #e7e7e7;
  position: relative;
}

.create_process .upload_process .bar .progress {
  border-radius: 5px;
  height: 3px;
  background: #7cc149;
  width: 10%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.wi {
  width: inherit;
}

.create_process .documents .item {
  display: inline-block;
  width: 228px;
  border-radius: 5px;
  background: #f0f5fb;
  padding: 10px;
  margin: 5px;
}

.create_process .documents .doc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create_process .documents .doc .img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.create_process .documents .date {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}

.create_process .documents .date .icon {
  color: #9399a3;
  font-size: 18px;
  cursor: pointer;
}

.create_process .documents {
  align-items: start !important;
  display: block !important;
}

.create_process .add_file {
  display: flex;
  align-items: center;
  color: #7cc149;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #7cc149;
  position: absolute;
  right: 20px;
  top: 15px;
}

.create_process .add_file .icon {
  color: #7cc149;
  margin-right: 6px;
  font-size: 20px;
}

.create_process .create_success {
  min-height: calc(100vh - 177px) !important;
}

.create_process .create_success h3 {
  color: #5c5c5c;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.create_process .create_success .block {
  padding: 50px 30px;
  width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.create_process .create_success .icon {
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ceeabb75;
  border-radius: 100%;
  margin: 30px 0 20px 0;
}

.create_process .create_success .icon .img {
  width: 50px;
}

.create_process .create_success p {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.create_process .create_success .cp_btn {
  margin-top: 25px;
}

.create_process .form {
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

.create_process .form .form-group label {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.create_process .form .form-group .form-control {
  border-radius: 5px;
  border: 1px solid #a3b5cc;
  background: #f0f5fb;
  font-size: 14px;
  color: #5c5c5c;
}

.create_process .form .form-group {
  margin-bottom: 20px;
}

.create_process .form .row {
  align-items: end;
}

.mt-10 {
  margin-top: 10px !important;
}

/* .create_process .content_blk .pi3.bi .seleted_item { width: 345px;}
.create_process .content_blk .pi3.bi2 .seleted_item { width: 475px;} */
.create_process .content_blk .pi3.bi .seleted_item {
  padding-left: 32%;
}

.create_process .content_blk .pi3.bi .feild_title {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 2px solid #f0f4fb;
}

.create_process .content_blk .select_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.create_process .content_blk .select_box .form-control {
  border-radius: 5px;
  background: #ebf0f7;
  -webkit-appearance: listbox !important;
  padding: 13px 15px;
  border: none;
  color: #23405d;
  font-size: 14px;
  font-weight: 400;
}

.create_process .content_blk .select_box .form-control:focus {
  background: #ebf0f7;
}

.create_process .content_blk .pi3.bi p {
  margin-bottom: 0px;
}

.create_process .content_blk .si .seleted_item {
  padding-left: 31%;
}

.create_process .select_box .input_text {
  position: absolute;
  right: 17px;
  top: 13px;
  color: #23405d;
  font-size: 14px;
  font-weight: 400;
}

.create_process .select_box .icon {
  position: absolute;
  right: 17px;
  top: 12px;
}

.create_process .reb .seleted_item {
  padding-left: 36%;
}

.create_process .rf_boxs {
  margin-top: 10px !important;
  width: 836px;
  margin: 0 auto;
}

.create_process .rf_boxs .box {
  border-radius: 5px;
  margin: 8px;
  width: 260px;
  height: 135px;
  background: #f0f5fb;
  float: left;
  text-align: center;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
}

.create_process .rf_boxs .box h3 {
  color: rgba(35, 64, 93, 0.6);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 5px;
}

.create_process .rf_boxs .box .icon {
  width: 55px;
}

.create_process .fix .seleted_item {
  padding-left: 31%;
}

.create_process .reb .di_section {
  margin-bottom: 40px;
}

.db_table {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ccd8f6;
  text-align: center;
}

.db_table th {
  vertical-align: top;
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e9f0e6;
}

.db_table .table-light {
  border: 1px solid #ccd8f6;
}

.db_table td {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 16px;
}

.db_table .approve_btn {
  width: 90px !important;
  border: solid 1px #60a033 !important;
  color: #ffffff !important;
  padding: 6px 10px !important;
  background-color: #60a033 !important;
}

.db_table .approve_btn .icon {
  color: #ffffff !important;
}

.pipeline.db_table th:nth-child(11) {
  background: #cae4bf;
}

.pipeline.db_table td:nth-child(11) {
  background: #cae4bf;
  font-weight: 600;
}

.data_table {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ccd8f6;
}

.data_table th {
  vertical-align: top;
  color: #000;
  padding: 15px 10px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e9f0e6;
}

.data_table .table-light {
  border: 1px solid #ccd8f6;
}

.data_table td {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 16px;
}

.td1 th:nth-child(1) {
  background: #e9f0e6;
}

.td1 td:nth-child(1) {
  background: #e9f0e6;
  font-weight: 600;
  text-transform: uppercase;
}

.filters {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.filters .icon_btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
  width: 185px;
  border: solid 1px #c9d1e5;
  padding: 8px 10px;
  border-radius: 5px;
  color: rgba(28, 50, 73, 0.5);
  font-size: 13px;
  font-weight: 600;
}

.filters .icon_btn:hover {
  background-color: #ffffffdf;
}

.filters .icon_btn .icon {
  color: #7cc149;
  font-size: 24px;
}

.filters .search_block {
  width: calc(100vw - 1118px);
  margin-right: 0px;
  position: relative;
  max-width: 550px;
}

.filters .search_block .form-control {
  background: var(--fusion-blue-50);
  padding: 10px 10px;
}

.filters .search_block .btn {
  border: solid 1px #d4dceb;
  background-color: #fff;
  padding: 7px 9px 8px 9px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #7cc149;
  border-radius: 0px 6px 6px 0px;
}

.filters .btn {
  border: solid 1px #d4dceb;
  background-color: #fff;
  padding: 8px 9px 8px 9px;
  color: #7cc149;
  border-radius: 5px;
  margin-left: 10px;
}

.filters .btn:hover {
  background-color: #f6f6f6;
}

.filters .btn .img {
  width: 25px;
}

.filters .search_block .dropdown {
  position: absolute;
  z-index: 999;
  background: #fcfcfc;
  border: solid 1px #e6e6e6;
  border-top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.filters .search_block .dropdown .item {
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
  border-bottom: solid 1px #e4e4e4;
  color: #101010;
  font-weight: 600;
  cursor: pointer;
}

.filters .search_block .dropdown .item:hover {
  background-color: #f2f2f2;
}

.filters .dropdown-menu {
  left: 10px !important;
  max-height: 300px;
  overflow: auto;
}

.filters .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.filters .dropdown-menu::-webkit-scrollbar-track {
  background: #eeeeee;
}

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

.filters .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.filters .dropdown-menu .dropdown-item {
  white-space: inherit;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 16px;
  border-bottom: solid 1px #ededed;
  padding: 7px 13px;
  font-weight: 500;
  cursor: pointer;
}

.filters .dropdown-menu.ss .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filters .dropdown-menu.ss .dropdown-item .btn {
  border: none;
  padding: 0px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: inherit;
  font-size: 12px;
  line-height: 16px;
  margin-left: 0px;
  color: var(--bs-dropdown-link-color);
}

.filters .dropdown-menu.ss .dropdown-item .delete {
  background: none;
  padding: 0px;
  border: none;
}

.filters .dropdown-menu.ss .dropdown-item .delete .icon {
  color: #cbcbcb !important;
}

.filters .dropdown-menu.ss .dropdown-item .tooltip {
  bottom: 20px;
}

.filters .dropdown-menu.ss .dropdown-item .tooltip:after {
  display: none;
}

.filters .dropdown-menu.ss .dropdown-item .tooltip:before {
  display: none;
}

.stages_block {
  position: relative;
}

.stages_block .stages_nav {
  width: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0px;
  top: -35px;
}

.stages_block .stages_nav .ar_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #fff;
  border: none;
}

.stages_block .stages_nav .ar_btn:hover {
  background-color: #fafafa;
}

.stages_block .stages_nav .ar_btn .icon {
  font-size: 16px;
  color: #1c1b1f;
}

.stages {
  width: 100%;
  overflow: hidden;
}

.stages .stages_wrp {
  display: flex;
  width: 3000px;
}

.stages .card {
  width: 250px;
  margin-right: 10px;
  border: solid 1px #fff;
  margin-bottom: 10px;
}

.stages .card p {
  color: #555;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

.stages .card p .count {
  height: 20px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  background: rgba(124, 193, 73, 0.5);
  padding: 5px;
  color: #346c0b;
  font-size: 10px;
  font-weight: 700;
}

.stages .card .card-body {
  padding: 15px;
  flex-direction: column;
  display: flex;
}

.stages .card .mb-10 {
  margin-bottom: 10px;
}

.stages .card .btn-outline-success {
  border: 1px solid #7cc149;
  color: #7cc149;
  font-weight: 700;
  background-color: #fff;
}

.stages .card .btn-outline-success:hover {
  background-color: #e9f0e6;
  color: #7cc149;
}

.stages .card .btn-success {
  background-color: #cae4bf;
  font-weight: 700;
  color: #346c0b;
  border: 1px solid #cae4bf;
}

.stages .card .btn-success:hover {
  background-color: #bfdbb4;
  border: 1px solid #346c0b;
}

.stages .card.active {
  background-color: #e9f0e6;
  border: solid 1px #7cc149;
}

.stages .card.active .card-body:after {
  content: "";
  z-index: 9;
  position: absolute;
  bottom: -7px;
  left: 46%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 1px 1px 0px #7cc149;
  border: 8px solid;
  border-color: transparent #e9f0e6 #e9f0e6 transparent;
}

.stages .slick-slider {
  padding: 0;
  margin: 0;
}

.stages .ag-category-carousel_box {
  position: relative;
}

.stages .ag-carousel-arrow_box {
  width: 55px;
  z-index: 1000;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1000;
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  justify-content: space-around;
}

.stages .ag-card-block {
  width: 100%;
}

.stages .ag-carousel-arrow {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  cursor: pointer;
}

.stages .ag-carousel-arrow .icon {
  font-size: 26px;
}

.stages .card:nth-child(2) p {
  line-height: 16px;
  margin-bottom: 4px;
}

.fbs {
  margin-top: -2px;
}

.columns .columns_block {
  width: 850px;
  margin: 0 auto;
  margin-top: 15px;
}

.columns .columns_block .hed {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.columns .columns_block .hed h3 {
  font-size: 16px;
  color: #657a8e;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.columns .columns_block .hed .back {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #657a8e;
  text-transform: uppercase;
}

.columns .columns_block .hed .back .icon {
  font-size: 24px;
  color: #93a1b0;
  line-height: 18px;
}

.columns .columns_block .con {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.columns .columns_block .con .column_box {
  width: 370px;
  border: solid 1px #c8cfe0;
  border-radius: 3px;
}

.columns .columns_block .con .column_box .clm_hed {
  background-color: #b8d3ad;
  padding: 15px;
  display: flex;
  position: sticky;
  top: 0px;
  z-index: 999;
}

.columns .columns_block .con .column_box .clm_hed .right h3 {
  font-size: 14px;
  color: #23405d;
  font-weight: 500;
  margin-bottom: 3px;
  -webkit-text-stroke: 0.1px #23405d;
}

.columns .columns_block .con .column_box .clm_hed .right p {
  font-size: 12px;
  color: #5f7a7d;
  margin-bottom: 0px;
  -webkit-text-stroke: 0.1px #5f7a7d;
}

.columns .filters {
  border-bottom: solid 1px #ecf0fa;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.columns .columns_block .con .column_box .clm_hed .check_box {
  margin-bottom: 0px;
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  color: #7b8c9e;
  padding-bottom: 0;
  margin-top: 5px;
  margin-right: 10px;
}

.columns .columns_block .con .column_box .clm_con .loan_list {
  padding-bottom: 0px;
  height: inherit;
  margin-top: -15px;
  padding: 0;
  margin: 0px;
}

.columns .columns_block .con .column_box .clm_con .loan_list li {
  padding: 15px 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: #405971;
  -webkit-text-stroke: 0.1px #405971;
  border-bottom: solid 1px #c8cfe0;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  background-color: #f6f8fe;
}

.columns .columns_block .con .column_box .clm_con .check_box {
  padding-left: 34px;
  font-size: 12px;
  color: #7b8c9e;
}

.columns .columns_block .middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.columns .columns_block .middle .border_btn {
  margin-bottom: 10px;
}

.columns .columns_block .middle .border_btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
}

.my_account .nav-link {
  color: #909090;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

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

.my_account .nav-tabs-custom .nav-item .nav-link.active {
  color: #7cc149;
}

.my_account .nav-tabs-custom .nav-item .nav-link::after {
  background: #84b052;
  height: 4px;
}

.my_account .account_form h3 {
  color: rgba(35, 64, 93, 0.7);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.my_account .account_form label {
  color: #1c1b1f;
  font-size: 14px;
  font-weight: 600;
}

.my_account .account_form .form-control {
  appearance: auto !important;
  border-radius: 5px;
  background: #ecf0fa;
  border: none;
  padding: 10px 15px;
  font-family: var(--font);
  font-size: 14px;
}

.my_account .account_form .form-control:focus {
  background: #f9fbfe;
}

.my_account .account_form .form-group {
  margin-bottom: 20px;
}

.my_account .account_form .form1 {
  margin: 0 60px;
}

.my_account .account_form .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.instructions {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e0e4ea;
}

.instructions h4 {
  color: #5e9336;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
}

.instructions p {
  display: flex;
  align-items: start;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.instructions p .icon {
  font-size: 14px;
  color: #5e9336;
  margin-right: 8px;
}

.loader_block {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 99999999;
  justify-content: center;
  align-items: center;
  background-color: #ffffff9e;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #cae4bf #0000;
  animation: l16 1s infinite linear;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}

.loader::before {
  border-color: #7cc149 #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.loader::after {
  margin: 8px;
}

@keyframes l16 {
  100% {
    transform: rotate(1turn);
  }
}

.sub_menu ul,
.sub_menu ul li,
.sub_menu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub_menu ul {
  z-index: 500;
  float: left;
  width: 100%;
}

.sub_menu ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
}

.sub_menu ul li.hover,
.sub_menu ul li:hover {
  z-index: 510;
  cursor: default;
}

.sub_menu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}

.sub_menu ul ul li {
  float: none;
}

.sub_menu ul ul ul {
  top: 0;
  right: 0;
}

.sub_menu ul li:hover > ul {
  visibility: visible;
}

.sub_menu ul ul {
  top: 0;
  left: 99%;
}

.sub_menu ul li {
  float: none;
}

.sub_menu ul ul {
  margin-top: 0.05em;
}

.sub_menu:before {
  content: "";
  display: block;
}

.sub_menu:after {
  content: "";
  display: table;
  clear: both;
}

.sub_menu ul ul {
  width: 240px;
  background: #ddf3d4;
  height: 100vh;
}

.sub_menu > ul > li > a {
  overflow: inherit !important;
}

.sub_menu > ul > li > a:hover {
  color: #ffffff;
}

.sub_menu ul li.has-sub:hover > a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 8px solid #cae4bf;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 1px;
  z-index: 999;
  top: 30px;
}

.sub_menu ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.sub_menu ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.sub_menu ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.sub_menu ul ul li {
  border-bottom: 1px solid #ddf3d4;
  position: relative;
}

.sub_menu ul ul li .sub_item {
  flex-direction: row !important;
  color: #23405d;
}

.sub_menu ul ul li .sub_item .icon {
  color: #23405dcc !important;
  font-size: 20px !important;
  margin-right: 5px;
  margin-bottom: 0px !important;
}

.sub_menu ul ul li .sub_item .icon img {
  width: 24px;
}

.sub_menu ul ul li a {
  text-align: left !important;
  color: #23405d !important;
  font-size: 12px !important;
  line-height: 16px;
  padding: 6.5px 13px !important;
  font-weight: 600;
  background: #cae4bf;
  transition: inherit !important;
}

.sub_menu ul ul li:hover > a {
  background: #bad5af;
  color: #ffffff;
}

.sub_menu.align-right > ul > li > a {
  border-right: none;
}

.sub_menu.align-right {
  float: right;
}

.sub_menu.align-right li {
  text-align: right;
}

.sub_menu.align-right ul li.has-sub > a:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.sub_menu.align-right ul li.has-sub > a:after {
  content: none;
}

.sub_menu.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.sub_menu.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.sub_menu.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.sub_menu.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.has-sub > ul > li > .sub_menu_arrow {
  position: absolute;
  top: 7px;
  right: 5px;
}

.has-sub > ul > li > ul > li .sub_menu_arrow {
  position: absolute;
  top: 7px;
  right: 5px;
}

#sidebar-menu ul li a .icon {
  margin-bottom: 5px;
}

.mt_30 {
  margin-top: 30px;
}

.user_management .search {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.user_management .search .search_block {
  width: 350px;
  position: relative;
}

.user_management .search .search_block .form-control {
  background: var(--fusion-blue-50);
  padding: 10px 50px 10px 15px;
}

.user_management .search .search_block .btn {
  border: solid 1px #d4dceb;
  background-color: #fff;
  padding: 8px 10px 8px 10px;
  position: absolute;
  top: 0px;
  font-size: 24px;
  right: 0px;
  color: #7cc149;
  border-radius: 0px 6px 6px 0px;
}

.user_management .search .right {
  display: flex;
}

.user_management .select_box {
  border-radius: 5px;
  border: 1px solid #afafaf;
  background: #fff;
  padding: 10px 15px;
  display: flex;
  width: 135px;
  justify-content: space-between;
  margin-left: 10px;
  color: #474646;
}

.user_management .select_box .form-control {
  border: none;
  padding: 0px;
  width: auto;
  text-align: right;
  font-weight: 600;
  appearance: auto !important;
}

.badge {
  border-radius: 5px;
  padding: 5px 7px;
  border: 1px solid #b1d85e;
  background: #b1d85e;
  color: #6e9a02 !important;
  font-size: 9px;
  font-weight: 600;
  line-height: 9px;
}

.badge.inactive {
  border: 1px solid #e4e9f7 !important;
  background: #eff2fb !important;
  color: #a6acbe !important;
}

.badge.pastdue {
  border: 1px solid #f29696 !important;
  background: #f29696 !important;
  color: #fff !important;
}

.badge.incomplete {
  border: 1px solid #f9a263 !important;
  background: #f9a263 !important;
  color: #fff !important;
}

.user_management .table .icon_btn {
  display: inline-flex;
  color: #444;
  font-size: 10px;
  font-weight: 700;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #dbe3f8;
  padding: 5px 10px;
  background: #fff;
}

.user_management .table .icon_btn .icon {
  margin-right: 5px;
  color: #444;
  font-size: 16px;
}

.user_management .table .icon_btn:last-child {
  margin-right: 0px;
}

.user_management .table td {
  vertical-align: middle;
}

.user_management .db_table th {
  text-align: left;
}

.user_management .db_table td {
  text-align: left;
}

.user_management .container-fluid {
  padding: 0px;
}

.user_management .steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.user_management .steps .box {
  border-radius: 5px;
  background: #e5eaf3;
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 24.5%;
}

.user_management .steps .box .text {
  width: 72%;
  margin-right: 10px;
  font-size: 13px;
  color: rgba(35, 64, 93, 0.8);
  z-index: 999;
}

.user_management .steps .box .img {
  width: 30px;
  z-index: 99;
}

.user_management .steps .box.bx_progress {
  background: rgba(149, 201, 113, 0.2);
  border: 1px solid #7cc149;
}

.user_management .steps .box.bx_progress .text {
  font-weight: 700;
  color: #23405d;
}

.user_management .steps .fill {
  border-radius: 5px 5px 5px 5px;
  background-color: #bfdbb4;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.user_management .steps .fill .text {
  color: #346c0b;
}

.back_btn {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

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

.user_management .role_block {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.user_management .role_block .icon_btn {
  margin-top: 28px;
  width: auto;
  padding: 11px 11px;
}

.user_management .role_block .left {
  display: flex;
  align-items: start;
}

.user_management .role_block .form-control {
  width: 300px;
  border-radius: 5px;
  border: 1px solid #a3b5cc;
  background: #f0f5fb;
  appearance: auto;
  padding: 12px 14px;
}

.user_management .role_block .form-group {
  margin-right: 30px;
}

.user_management .role_block .form-group label {
  color: #5c5c5c;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user_management .role_block .icon_btn .icon {
  font-size: 20px;
  margin-left: 20px;
}

.user_management .icon_btn.full .icon {
  font-size: 20px;
  margin-left: 20px;
  color: #7cc149;
}

.user_management .roles .section {
  padding: 15px 0px 10px 0;
}

.user_management .roles .section h3 {
  color: rgba(35, 64, 93, 0.7);
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.user_management .roles .check_group {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #e5eaf3;
}

.user_management .roles .check_group .left {
  width: 60%;
}

.user_management .roles .check_group .right {
  width: 40%;
}

.user_management .roles .check_group .right .column {
  width: 33.3%;
  text-align: center;
}

.user_management .roles .check_group .hed {
  color: #7cc149;
  border-bottom: solid 1px #e5eaf3;
  height: 38px;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  display: flex;
  padding: 10px;
}

.user_management .roles .check_group .con {
  padding: 12px 5px 0 15px;
  height: 35px;
  font-size: 14px;
  font-weight: 600;
  color: #686868;
}

.user_management .roles .check_group .con.sub {
  font-size: 13px;
  font-weight: 500;
  padding-left: 25px;
}

.user_management .roles .check_group .con.sub_sub {
  font-size: 12px;
  font-weight: 500;
  padding-left: 35px;
  font-style: italic;
}

.user_management .roles .check_group .right .con {
  display: flex;
}

.user_management .roles .check_group .right .toggle {
  margin-bottom: 0;
}

.user_management .roles_block {
  padding-top: 0px;
}

.user_management .roles .flex {
  display: flex;
}

.user_management .roles .column {
  width: 25%;
}

.user_management .role_block .icon_btn.add_role {
  width: 140px;
}

.user_management .toggle {
  display: inline-block;
}

.toggle {
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}

.toggle-switch {
  display: inline-block;
  background: #d9d9d9;
  border-radius: 16px;
  width: 30px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
  content: "";
}

.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 2px;
  left: 3px;
  transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.toggle-checkbox:checked + .toggle-switch {
  background: #7cc149;
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 16px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle .toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
  color: #1c1b1f;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.invalid-input {
  border: 1px solid red !important;
}

.user_management .form_section .title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #9aba8d;
  text-transform: uppercase;
}

.user_management .form_section .form-group {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

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

.user_management .form_section .form-control {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 12px 15px;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user_management .form_section .form-control:focus {
  background: #eaeffc;
}

.user_management .icon_btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  border: solid 1px #c9d1e5;
  width: auto;
  padding: 8px 8px;
  border-radius: 5px;
  color: rgba(28, 50, 73, 0.5);
  font-size: 14px;
  font-weight: 600;
}

.user_management .filters .icon_btn .icon {
  font-size: 20px;
  margin-left: 20px;
  color: #7cc149;
}

.user_management .form_section .hr {
  border-top: solid 1px #c0cddc;
  margin-top: 5px;
  margin-bottom: 20px;
}

.user_management .uploads .item {
  width: 100%;
  display: inline-flex;
  min-height: 70px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.user_management .uploads .item:nth-child(2n) {
  margin-left: 2%;
}

.user_management .uploads .item .left {
  width: 100%;
  display: flex;
  align-items: center;
}

.user_management .uploads .item .left h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}

.user_management .uploads .item .left p {
  color: #585757;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0px;
}

.user_management .uploads .item .left .download {
  color: rgba(35, 64, 93, 0.5);
  font-size: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.user_management .uploads .item .left .download .material-icons-outlined {
  font-size: 16px;
  line-height: 14px;
  color: #95c971;
  margin-right: 5px;
}

.user_management .uploads .item .left .img {
  width: 30px;
  margin-right: 10px;
}

.user_management .uploads .upload {
  display: flex;
  align-items: center;
  color: #7bc148;
  margin-bottom: 0px;
}

.user_management .uploads .upload .icon {
  font-size: 26px;
  margin-right: 2px;
}

.user_management .form_section.status .toggle-label {
  color: #1c1b1f !important;
  font-weight: 600 !important;
}

.user_management .sl_block {
  border: solid 1px #c0cddc;
  display: flex;
}

.user_management .sl_block .left {
  border-right: solid 1px #c0cddc;
  width: 25%;
}

.user_management .sl_block .hed {
  padding: 15px;
  border-bottom: solid 1px #c0cddc;
}

.user_management .sl_block .cont {
  padding: 15px;
}

.user_management .sl_block .right {
  border-right: solid 1px #c0cddc;
  width: 75%;
  padding: 15px;
}

.user_management .btn-group .btn-outline-secondary {
  border-color: #dbe3f8 !important;
}

.user_management .btn-group .btn {
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.user_management .btn-group .btn .icon {
  font-size: 20px !important;
  color: #7cc149;
  display: flex;
  align-items: center;
}

.user_management .btn-group .btn:hover {
  background-color: #ececec;
}

.bb_0 {
  border-bottom: 0px !important;
}

.user_management .dm .states_block {
  font-size: 13px;
  color: #000 !important;
  font-weight: 500 !important;
}

.my_account .user_info .default_note {
  width: 48%;
  margin-top: 52px;
}

.my_account .account_form .form-select {
  border-radius: 5px;
  background-color: #ecf0fa;
  border: none;
  padding: 10px 15px;
  font-family: var(--font);
  font-size: 14px;
}

.my_account .user_info .form1 h3 {
  color: #fff;
}

.my_account .toggle {
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}

.my_account .toggle-switch {
  display: inline-block;
  background: #d9d9d9;
  border-radius: 16px;
  width: 31px;
  height: 17px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.my_account .toggle-switch:before,
.toggle-switch:after {
  content: "";
}

.my_account .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.25s;
}

.my_account .toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.my_account .toggle-checkbox:checked + .toggle-switch {
  background: #7cc149;
}

.my_account .toggle-checkbox:checked + .toggle-switch:before {
  left: 16px;
}

.my_account .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.my_account .toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.my_account .user_info .toggle {
  margin-top: -8px;
}

/* .my_account .user_info .toggle-label {text-transform: lowercase;} */
.my_account .user_info .form1 .toggle-switch {
  background: #ffffff;
}

.my_account .user_info .form1 .toggle {
  cursor: auto;
}

.my_account .user_info .form1 .toggle-switch:before {
  background: #fff;
}

.my_account .user_info .form1 .toggle-label {
  color: #fff;
  cursor: auto;
}

.my_account .user_info .default_note .form-group {
  width: 47%;
}

.my_account .user_info .default_note .toggle {
  width: 47%;
  margin-bottom: 0;
  margin-top: 28px;
}

.my_account .user_info .default_note .d-flex {
  margin-top: 15px;
  border: 1px solid #c1c1c1;
  padding: 25px;
  border-radius: 5px;
}

.my_account .user_info .default_note .doc_supplier {
  margin-top: 15px;
  border: 1px solid #c1c1c1;
  padding: 25px;
  border-radius: 5px;
}

.my_account .user_info .default_note .doc_supplier .d-flex {
  margin-top: 0px;
  border: none;
  padding: 0px;
  border-radius: 0px;
}

.my_account .user_info .default_note .doc_supplier h5 {
  color: #1c1b1f;
  font-size: 18px;
  margin-block-end: 15px;
}

.my_account .user_info .default_note .form-group.me-3 {
  margin-right: 6% !important;
}

.my_account .user_info.default_form .form1 .toggle-switch {
  background: #d9d9d9;
}

.my_account .user_info.default_form .form1 .toggle {
  cursor: pointer;
}

.my_account .user_info.default_form .form1 .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
}

.my_account .user_info.default_form .form1 .toggle-label {
  color: #686868;
  cursor: auto;
}

.my_account
  .user_info.default_form
  .form1
  .toggle-checkbox:checked
  + .toggle-switch {
  background: #7cc149;
}

.my_account .account_form.password_settings .form1 h3 {
  color: #fff;
}

.my_account .account_form.password_settings .solid_btn,
.my_account .account_form.password_settings .border_btn {
  padding: 10px 29px;
  border-radius: 34px;
  text-transform: uppercase;
}

.my_account
  .account_form.password_settings
  .password_instructions
  .instructions {
  display: inline-block;
  margin-top: 30px;
  padding: 18px;
}

.my_account .default_form,
.my_account .password_settings {
  padding-top: 20px;
  border-top: solid 2px #c0cddc;
}

.my_account .default_form .toggle {
  margin-top: 31px;
}

.my_account .user_info .form1,
.my_account .default_form .form1,
.my_account .password_settings .form1 {
  margin: 0px;
}

.my_account .user_info .default_note {
  width: 49%;
}

.my_account .user_info.note_templates .form-group {
  width: 100%;
  display: inline-block;
}

.my_account .user_info.note_templates .solid_btn,
.my_account .user_info.note_templates .border_btn {
  padding: 10px 29px;
  border-radius: 34px;
  text-transform: uppercase;
}

.my_account .user_info.note_templates .uploads .item {
  padding: 22px;
  min-height: 92px;
}

.my_account .user_info.note_templates .uploads .item .left .img {
  width: 34px;
  margin-right: 16px;
}

.my_account .user_info.note_templates .uploads .item .left h4 {
  font-size: 15px;
}

.user_management .uploads .item .left p {
  font-size: 11.5px;
}

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

.my_account .about_me {
  padding-top: 25px;
  border-top: solid 2px #c0cddc;
}

.content_page .container {
  width: 95%;
  max-width: 1920px;
  margin: 0 auto;
}

.content_page .header {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
}

.content_page .logo {
  width: 150px;
  line-height: inherit;
}

.content_page .logo img {
  width: 100%;
}

.content_page .xray-btn {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 600;
  padding: 0px;
}

.content_page .xray-btn .icon {
  margin-right: 5px;
  font-size: 28px;
}

.content_page .content {
  border-radius: 5px;
  height: calc(100vh - 160px);
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  overflow: auto;
}

.content_page .cp_footer {
  margin-top: 20px;
}

.content_page .cp_footer .wrapper {
  width: 95%;
  max-width: 1920px;
}

.content_page .content .title {
  color: #7cc149;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

.content_page .content h3 {
  color: #7cc149;
  font-size: 18px;
  font-weight: 600;
}

.content_page .content p {
  color: rgba(35, 64, 93, 0.8);
  font-size: 16px;
  font-weight: 400;
}

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

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

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

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

.navbar-header .role {
  color: #969696;
  font-size: 11px;
  font-weight: 500;
}

.logout {
  border-bottom: 0px !important;
}

.logout .logout_btn {
  border-radius: 5px;
  width: auto;
  align-items: center;
  background: #1d3853;
  color: #a5bac9 !important;
  font-size: 11px !important;
  font-weight: 500;
  display: flex !important;
  padding: 5px 6px !important;
  flex-direction: row !important;
  margin: 8px;
}

.logout .logout_btn .icon {
  font-size: 17px !important;
  margin-right: 5px;
  color: #a5bac9 !important;
  margin-bottom: 0px !important;
}

.tb_btn {
  padding: 5px 10px;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 3px;
  background: #eff3ff;
  color: #23405d;
  font-size: 13px;
  font-weight: 600;
}

.tb_btn .icon {
  font-size: 20px;
  color: #a9b4d5;
  margin-left: 5px;
}

.tb_menu {
  position: relative;
  display: inline-block;
}

.tb_menu .dropdown-content {
  display: none;
  position: absolute;
  text-align: left;
  border-radius: 3px;
  background: #ecf0fa;
  box-shadow: 0px 0px 6px 0px rgba(35, 64, 93, 0.5);
  min-width: 160px;
  z-index: 9;
  left: 85px;
  top: 0;
}

.tb_menu .dropdown-content a:hover {
  background-color: #f8f8f8;
}

.tb_menu:hover .dropdown-content {
  display: block;
}

.tb_menu .number {
  color: #23405d;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 15px;
}

.tb_menu ul {
  margin: 0;
  padding: 0px;
}

.tb_menu ul li {
  list-style: none;
}

.tb_menu ul li a {
  display: flex;
  align-items: center;
  color: rgba(21, 49, 77, 0.5);
  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;
}

.tb_menu ul li a .icon {
  color: #7cc149;
  font-size: 18px;
  margin-right: 5px;
  margin-left: 0px !important;
}

/* .rdt_TableBody .rdt_TableRow:nth-last-child(1) .dropdown-content { bottom: 0 !important; top: inherit;}
.rdt_TableBody .rdt_TableRow:nth-last-child(2) .dropdown-content { bottom: 0 !important; top: inherit;}
.rdt_TableBody .rdt_TableRow:nth-last-child(3) .dropdown-content { bottom: 0 !important; top: inherit;}
.rdt_TableBody .rdt_TableRow:nth-last-child(4) .dropdown-content { bottom: 0 !important; top: inherit;}
.rdt_TableBody .rdt_TableRow:nth-last-child(5) .dropdown-content { bottom: 0 !important; top: inherit;} */

.rdt_TableBody .rdt_TableRow:nth-child(6) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(7) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(8) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(9) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(10) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(16) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(17) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(18) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(19) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(20) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(26) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(27) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(28) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(29) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(30) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(36) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(37) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(38) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(39) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(40) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(46) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(47) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(48) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(49) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(50) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(56) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(57) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(58) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(59) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(60) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(66) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(67) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(68) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(69) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(70) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(76) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(77) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(78) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(79) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(80) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(86) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(87) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(88) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(89) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(90) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(96) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(97) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(98) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(99) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.rdt_TableBody .rdt_TableRow:nth-child(100) .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

#page-header-user-dropdown {
  align-items: center;
  line-height: 16px;
  display: flex;
}

#page-header-user-dropdown .mdi {
  margin-left: 5px;
}

.sub_title {
  color: rgba(35, 64, 93, 0.7);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.rf {
  color: red;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.form-control:focus {
  background: #e3e8f4 !important;
}

.width-inherit {
  width: inherit !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.user_management .steps .box.active:after {
  content: "";
  z-index: 9;
  position: absolute;
  top: 52px;
  left: 46%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 1px 1px 0px #7cc149;
  border: 8px solid;
  border-color: transparent #dbe9de #dbe9de transparent;
}

.create_process .content_wrp .box.bx_progress.active:after {
  content: "";
  z-index: 9;
  position: absolute;
  top: 90%;
  left: 46%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 1px 1px 0px #7cc149;
  border: 7px solid;
  border-color: transparent #dbe9de #dbe9de transparent;
}

.sweet-alert .btn-primary {
  border-color: rgb(92 184 92) !important;
  background-color: #5cb85c;
  border-radius: 3px;
}

.sweet-alert {
  border: solid 5px #cccccc6b;
}

.sweet-alert p {
  font-size: 18px;
  font-weight: 500;
  height: inherit !important;
}

.sweet-alert .btn-link {
  background-color: transparent;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #84b052;
  text-transform: uppercase;
  border: solid 1px #7cc149;
  border-radius: 5px;
  display: inline-block;
}

.lp_feature {
  margin: 0px;
  padding: 0;
}

.lp_feature li {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #23405d;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.lp_feature li a.icon {
  color: #7cc149;
  margin-left: 10px;
}

.lp_feature li .text {
  width: calc(100% - 70px);
  display: flex;
  align-items: center;
}

.lp_feature li .text .icon {
  align-items: center;
  margin-right: 5px;
  color: #23405d;
}

.lp_feature li .lp_text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.user_management .lp_feature {
  height: 300px;
  overflow: auto;
}

.user_management .lp_feature::-webkit-scrollbar {
  width: 3px;
  border-radius: 30px;
}

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

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

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

.user_management .plans_section .plan .form_section {
  height: 570px;
}

.form_section.lp .sl_block {
  border: solid 1px #dde7ff;
}

.form_section.lp .sl_block .right {
  border-right: 0px;
  width: 100%;
}

.form_section.lp .sl_block .left {
  border-right: solid 1px #dde7ff;
}

.landing_page .wrapper {
  max-width: 1920px;
  width: 90%;
}

#page-header-user-dropdown .d-xl-inline-block {
  text-align: left;
}

.landing_wrp {
  display: flex;
  width: 100%;
  margin-top: 3%;
}

.form-control.select {
  appearance: auto;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.no_data_found {
  width: 100%;
  height: calc(100vh - 258px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.no_data_found .no_data {
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.no_data_found .no_data .img {
  width: 200px;
  margin-bottom: 20px;
}

.no_data_found .no_data p {
  margin-bottom: 0px;
}

.page_not_found {
  width: 100%;
  height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_not_found .no_data {
  width: 400px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff6;
  height: 400px;
  border-radius: 100%;
  padding: 40px;
}

.page_not_found .no_data .img {
  width: 150px;
  margin-bottom: 20px;
}

.page_not_found .no_data .img2 {
  width: 265px;
  margin-bottom: 20px;
}

.page_not_found .no_data p {
  margin-bottom: 0px;
}

.my_account .nav-justified .nav-item {
  flex-basis: inherit !important;
  flex-grow: inherit;
}

.my_account .nav-justified .nav-item .nav-link {
  padding: 10px 40px 20px 40px;
}

.tsr_table .icon_btn .icon {
  margin-right: 0px !important;
}

.tsr_table td {
  text-transform: capitalize;
}

/* .tsr_table tr td:nth-child(4) { text-align: center;}
.tsr_table tr th:nth-child(6) { text-align: center;}
.tsr_table tr td:nth-child(6) { text-align: center;} */
.user_management .plans_section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.user_management .plans_section .plan {
  width: 32.3%;
  padding: 25px;
  border-radius: 3px;
  background-color: #fff;
}

.user_management .plans_section .plan .lp_icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #deebfa;
  margin-right: 11px;
}

.user_management .plans_section .plan .lp_icon.color {
  background-color: #e1f1de;
}

.user_management .plans_section .plan .lp_icon img {
  width: 26px;
}

.user_management .plans_section .plan .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.user_management .plans_section .plan .logo h2 {
  color: #23405d;
  text-align: center;
  text-shadow: 0px 2px 1.8px rgba(35, 64, 93, 0.25);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.08px;
  margin-bottom: 2px;
}

.user_management .plans_section .plan .logo h2 span {
  color: #95c971;
}

.user_management .plans_section .plan .fs_btn {
  background-color: rgb(124, 193, 73);
  padding: 6px 15px;
}

.user_management .plans_section .dsp_flx .fs_btn {
  background-color: rgb(124, 193, 73);
  padding: 8px 10px;
  border-radius: 0px 5px 5px 0px;
  display: flex;
  align-items: center;
}

.user_management .plans_section .dsp_flx .form-control {
  border-radius: 5px 0px 0px 5px;
}

.mb_20 {
  margin-bottom: 20px;
}

.sub_menu .sub_menu {
  height: auto;
  border-radius: 5px;
  border: solid 2px #cae4bfbd;
}

.sub_menu .sub_menu li a {
  background-color: #cee5c5 !important;
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
}

.sub_menu .sub_menu li a:hover {
  background-color: #bad5af !important;
}

.sub_menu .sub_menu li a .icon {
  color: #23405d !important;
  font-size: 10px !important;
  margin-bottom: 0 !important;
  margin-right: 5px;
}

.sub_menu .sub_menu li {
  border-bottom: 1px solid #b8d3ad;
}

.sub_menu .sub_menu li:last-child {
  border-bottom: 0px solid #b8d3ad;
}

.dsp_flx {
  display: flex;
}

.user_management .lp_additem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.user_management .lp_additem h4 {
  margin-bottom: 0px;
  margin-right: 30px;
  color: #23405dcc;
  font-size: 15px;
  margin-top: 3px;
  text-transform: uppercase;
}

.user_management .lp_additem .toggle {
  margin-right: 20px;
  margin-bottom: 0px;
}

.user_management .lp_additem .toggle .toggle-label {
  font-size: 15px;
}

.user_management .lp_additem .border_btn {
  border-radius: 5px !important;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600 !important;
  align-items: center;
  display: flex;
  text-transform: capitalize;
}

.user_management .lp_additem .border_btn .icon {
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}

.user_management .toggle_grouplist {
  display: inline-block;
  width: 100%;
}

.user_management .toggle_grouplist .toggle_blk {
  width: 33.33%;
  border: solid 1px #ccd8f6;
  display: inline-block;
  margin-bottom: -1px;
  margin-right: -1px;
}

.user_management .toggle_grouplist .toggle_blk .item {
  padding: 10px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.user_management .toggle_grouplist .toggle {
  margin-top: 3px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  width: calc(100% - 72px);
}

.user_management .toggle_grouplist .edit_btn {
  display: inline-flex;
  color: #444;
  font-size: 10px;
  font-weight: 700;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #dbe3f8;
  padding: 5px 7px;
  background: #fff;
}

.user_management .toggle_grouplist .edit_btn .icon {
  color: #444;
  font-size: 16px;
}

.user_management .toggle_grouplist .toggle-label {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 35px);
}

.program_typemanager .container-fluid .card {
  min-height: calc(100vh - 220px);
}

input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-group .css-13cymwt-control {
  min-height: 43.7px;
}

.program_typemanager .container-fluid .card {
  min-height: calc(100vh - 220px);
}

.states_cities .card-body .row .col-md-2.d-flex {
  margin-bottom: 12px;
  width: 17.3%;
}

.states_cities .card-body .row .col-md-2.d-flex h5 {
  color: #657a8e;
  font-size: 15.5px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: normal;
}

.states_cities .card-body .row .col-md-2.d-flex .toggle {
  margin-bottom: 0px;
}

.states_cities .card-body .row .col-md-2.d-flex .toggle-label {
  color: #555;
  font-size: 15px;
}

.states_cities .states_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccd8f6;
  padding: 11px 17px;
  background-color: #f7f9ff;
  position: relative;
}

.states_cities .states_block .toggle {
  margin-bottom: 0px;
}

.states_cities.user_management .states_block .toggle-label {
  color: #000 !important;
  font-weight: 400 !important;
}

.states_cities .states_block .btn {
  border: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -15px;
}

.states_cities .states_block .btn:hover {
  background-color: transparent;
}

.states_cities .states_block .btn:focus {
  background-color: transparent;
}

.states_cities .states_block .btn span {
  font-weight: 500;
  color: #657a8e;
  font-size: 20px;
  margin-right: -5px;
}

.states_cities .states_block.active .btn span {
  font-weight: 500;
  color: #7cc149;
  font-size: 20px;
}

.states_cities .card-body .right h5 {
  color: #657a8e;
  font-size: 15.5px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 16px !important;
}

.states_cities.user_management .right .toggle-label {
  color: #000 !important;
  font-weight: 400 !important;
}

.states_cities .states_block.active {
  background-color: #fff;
}

/* .states_cities .states_block.active:after {content: ""; z-index: 9; position: absolute; top: 17px; right: 12px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(-45deg); box-shadow: 2px 2px 0px #7cc149; border: 6px solid; border-color: transparent #ffffff #ffffff transparent; } */
.states_cities .sl_block .right {
  padding-left: 45px;
  padding-top: 18px;
  height: calc(100vh - 250px);
  overflow-x: auto;
}

.states_cities .sl_block .right::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.states_cities .sl_block .right::-webkit-scrollbar-track {
  background: #eeeeee;
}

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

.states_cities .sl_block .right::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.states_cities .sl_block .left::-webkit-scrollbar {
  width: 7px;
  border-radius: 30px;
}

.states_cities .sl_block .left::-webkit-scrollbar-track {
  background: #eeeeee;
}

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

.states_cities .sl_block .left::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.states_cities .inprogress_page {
  margin: 0 auto;
  width: 350px;
  height: 100%;
  justify-content: center;
}

.states_cities .inprogress_page p {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 600;
}

.states_cities .inprogress_page .icon {
  font-size: 30px;
  margin-top: 0px;
  border: solid 1px #9aba8d;
}

.user_management.states_cities .left {
  border-right: solid 1px #c0cddc;
  width: 25%;
  height: calc(100vh - 250px);
  overflow-x: auto;
}

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

.popup .form-control:focus {
  background: #eaeffc;
}

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

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

.form-group .react-datepicker-wrapper {
  display: block;
}

.form-group .react-datepicker-wrapper .form-control {
  padding-left: 32px;
}

.form-group .react-datepicker-wrapper .react-datepicker__calendar-icon {
  top: 7px;
  left: 5px;
}

.user_management .form_section .icon_btn {
  width: 100%;
  color: #5c5c5c;
  padding: 10px 10px;
}

.icon_btn .icon {
  color: #7cc149;
  font-size: 24px;
}

.popup .task_textarea {
  display: inline-block;
  width: 100%;
}

.popup .lp_feature li {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #23405d;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

.popup .lp_feature li a.icon {
  color: #7cc149;
  margin-left: 10px;
}

.popup .lp_feature li .text {
  width: calc(100% - 70px);
  display: flex;
  align-items: center;
}

.popup .lp_feature li .text .icon {
  align-items: center;
  margin-right: 5px;
  color: #23405d;
}

.popup .modal-content {
  min-width: 400px;
}

.popup .lp_feature li .lp_text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.popup .lp_feature {
  height: inherit;
  margin-bottom: 20px;
}

.pt-15 {
  padding-top: 15px;
}

.color {
  color: #7cc149;
}

.show.popup {
  display: flex !important;
  align-items: center;
}

.message_popup .modal-content {
  width: 450px;
  background-color: #f5f8ff;
  border-radius: 10px;
}

.message_popup .modal-body {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 25px;
}

.message_popup .modal-content .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.message_popup .modal-content h3 {
  font-size: 22px;
  color: #23405d;
  margin-bottom: 10px;
}

.message_popup .modal-content p {
  font-size: 16px;
}

.message_popup .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.needgroups_list {
  width: 100%;
  display: inline-block;
}

.needgroups_list .item {
  border: solid 1px #ccd8f6;
  padding: 12px;
  margin-bottom: -1px;
  margin-right: -1px;
  width: 33.33%;
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  font-size: 14px;
  color: #000;
}

.needgroups_list .icon {
  color: #23405d !important;
}

.add_default .form_section textarea {
  min-height: 166px;
}

.user_management .uploads .item .left {
  border-right: none;
}

.add_default .toggle-label {
  color: #1c1b1f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.user_management .container-fluid .card {
  min-height: calc(100vh - 220px);
}

/* .los_table tr th:nth-child(4), .tsr_table tr td:nth-child(4) { text-align: left; }
.los_table tr th:nth-child(5), .tsr_table tr td:nth-child(5) { text-align: center; } */
.create_fee .form_section textarea {
  min-height: 208px;
}

.pd_15 {
  padding: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.dashboard header {
  background-color: #23405d !important;
}

.dashboard .header-item {
  background-color: transparent;
}

.dashboard .navbar-header .dropdown .show.header-item {
  background-color: transparent !important;
}

.dashboard .menu .btn {
  color: #98abbf;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 22px;
  display: flex !important;
  align-items: center;
}

.dashboard .menu .btn.active {
  color: #7cc149;
  font-weight: 600;
}

.dashboard .menu .btn.active::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  border-bottom: solid 4px #7cc149;
}

.dashboard .menu .btn > .icon {
  font-size: 20px;
  margin-right: 5px;
}

.dashboard .menu {
  display: flex;
}

.dashboard .dropdown-menu {
  background-color: #ecf0fa;
  width: 280px;
  left: 0 !important;
}

.dashboard .dropdown-menu .dropdown-item {
  font-size: 15px;
  font-weight: 500;
  color: #23405d;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.dashboard .dropdown-menu .dropdown-item .icon {
  margin-right: 10px;
  color: #23405d8c;
}

.dashboard .mdi {
  color: #5684b3;
}

.dashboard .close_btn {
  display: flex;
  align-items: center;
  background-color: #173049;
  color: #bfc4d0;
  padding: 5px;
  border-radius: 5px !important;
  border: none;
}

.dashboard .close_btn .icon {
  font-size: 18px;
}

.dashboard .close_btn:hover {
  opacity: 0.8;
}

.dashboard .dashboard_block {
  margin-top: 77px;
}

.dashboard .dashboard_block .btn-group {
  align-items: center;
}

.dashboard .dashboard_block > .card {
  min-height: calc(100vh - 395px);
  margin-bottom: 5px;
}

.dashboard .loan_panel {
  display: flex;
  width: 100%;
}

.dashboard .loan_panel .left {
  width: 100%;
  margin-right: 0;
  background-color: #fff;
  padding: 20px;
}

.dashboard .loan_panel .right {
  width: 260px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  align-items: center;
}

.dashboard .loan_panel .form-group {
  margin-bottom: 30px;
}

.dashboard .loan_panel label {
  color: #7cc149;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

.dashboard .loan_panel p {
  font-size: 14px;
  line-height: 18px;
  height: 21px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #000;
}

.dashboard .loan_panel .right .clmn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.dashboard .loan_panel .right .clmn .dsb_btn {
  width: 48%;
}

.dashboard .loan_panel .right .dsb_btn {
  border: solid 1px #7cc149;
  border-radius: 5px;
  background-color: #7bc14908;
  padding: 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 16px;
  color: #23405dcc;
  text-align: left;
  width: 100%;
  justify-content: space-between;
  height: 52px;
  font-size: 12px;
}

.dashboard .loan_panel .right .dsb_btn .icon {
  color: #7cc149;
  font-size: 24px;
}

.dashboard .loan_panel .left .text_slider {
  display: inline-flex;
  justify-content: space-between;
  width: 130px;
  margin-top: 10px;
}

.dashboard .loan_panel .left .text_slider .sl_btn {
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 5px 7px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.dashboard .loan_panel .left .text_slider .icon {
  font-size: 18px;
}

.dashboard .loan_panel .left .text_slider p {
  line-height: 14px;
}

.dashboard .loan_panel .left .text_slider label {
  line-height: 12px;
}

.dashboard .loan_panel .left .text_slider .sl_content {
  margin-top: -4px;
}

.dashboard .loan_panel .left .text_slider .sl_content p {
  height: 14px;
}

.dashboard .wizard {
  width: 100%;
  padding: 15px 0px;
  background-color: #f7f9ff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dashboard .form_title {
  font-size: 20px;
  color: #23405d60;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: var(--bold);
}

.dashboard .form_title .sub {
  color: #23405d;
}

.dashboard .create_btn {
  font-size: 14px !important;
  margin-top: 15px;
  padding: 7px 20px !important;
}

.dashboard .ag-category-carousel_box {
  height: 80px;
  overflow: hidden;
  position: relative;
}

.dashboard .ag-carousel-arrow_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  position: absolute;
  top: 18px;
  left: 0;
}

.dashboard .ag-carousel-arrow {
  display: inline-block;
  height: 43px;
  width: 43px;
  background-color: #ecf0fa;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
}

.dashboard .ag-carousel-arrow:hover {
  background-color: #e7eeff;
}

.dashboard .js-ag-carousel-arrow_prev {
  margin-left: -20px !important;
}

.dashboard .js-ag-carousel-arrow_next {
  margin-right: -20px !important;
}

.dashboard .js-ag-carousel-arrow_prev:hover,
.dashboard .js-ag-carousel-arrow_next:hover {
  stroke: #000;
}

.dashboard .svg-arrow-left,
.svg-arrow-right {
  height: 18px;
  width: 20px;
  margin: 0;
  position: absolute;
  top: 17%;
}

.dashboard .svg-arrow-left {
  right: 8px;
  font-size: 28px;
}

.dashboard .svg-arrow-right {
  left: 2px;
  font-size: 28px;
}

.dashboard .ag-category-carousel_list {
  z-index: 1001;
  margin: 0 30px 0 30px;
  padding: 0;
}

.dashboard .ag-category-carousel_item {
  display: inline-flex !important;
  width: 185px;
  padding: 0 25px;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dashboard .ag-category-carousel_item h3 {
  color: #a7b0c6;
  font-size: 12px;
  font-weight: 600;
}

.dashboard .wizard .indicator {
  width: 12px;
  height: 12px;
  background-color: #fff;
  z-index: 99;
  border-radius: 100%;
  border: solid 2px #d6e0f9;
  margin-bottom: 5px;
  cursor: pointer;
}

.dashboard .ag-category-carousel_item::after {
  content: "";
  position: absolute;
  top: 41px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    90deg,
    #b1bad1,
    #b1bad1 75%,
    transparent 75%,
    transparent 100%
  );
  background-size: 12px 1px;
  border: none;
}

.dashboard .ag-category-carousel_item:first-child::after {
  width: 50%;
  right: 0;
}

.dashboard .ag-category-carousel_item:first-child {
  padding-left: 0px;
}

.dashboard .ag-card_list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.dashboard .ag-card-grid_item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard .ag-card_figure {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 235px;
  flex: 1 0 235px;
}

.dashboard .ag-category-carousel_item.completed h3 {
  color: #23405db0;
}

.dashboard .ag-category-carousel_item.completed .indicator {
  background-color: #7cc149;
  border: solid 2px #7cc149;
}

.dashboard .ag-category-carousel_item.completed::after {
  background-image: none;
  border-bottom: solid 1px #7cc149;
}

.dashboard .ag-category-carousel_item.in_progress h3 {
  color: #7cc149;
}

.dashboard .ag-category-carousel_item.in_progress .indicator {
  background-color: #fff;
  border: solid 2px #7cc149;
}

.dashboard .ag-category-carousel_item.in_progress::before {
  content: "";
  position: absolute;
  top: 41px;
  height: 1px;
  width: 50%;
  left: 0;
  z-index: 1;
  border-bottom: solid 1px #7cc149;
}

.dashboard .ag-category-carousel_item .info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  color: #23405d91;
  margin-bottom: 5px;
  height: 30px;
}

.dashboard .ag-category-carousel_item .info .sub {
  font-size: 9px;
  color: #7cc149;
  display: block;
}

.dashboard .my_account .in_progress {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dashboard .my_account .in_progress .icon {
  font-size: 60px;
  color: #7cc149;
}

.dashboard .my_account .in_progress p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
  margin-top: 1px;
  font-weight: 600;
}

.dashboard .footer {
  padding: 20px 20px;
  position: relative;
}

.dashboard .detailed_app .create_entity .page-title-box {
  margin-top: 15px;
}

.dashboard .detailed_app .db_table th:last-child,
.detailed_app .db_table td:last-child {
  text-align: center;
}

.dashboard .detailed_app .create_entity .page-title-box p {
  color: #7cc149;
  font-size: 13px !important;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 23px;
}

.dashboard .detailed_app .create_entity .page-title-box .co_borrower {
  color: #23405d;
  text-transform: capitalize;
  font-size: 15.5px !important;
}

.dashboard .detailed_app .create_entity .toggle-label {
  margin-left: 0px;
  color: #1c1b1f;
  font-weight: 600;
  top: 0;
  margin-right: 20px;
  text-transform: none;
}

.dashboard .detailed_app .create_entity .toggle {
  margin: 38px 0 0px 0 !important;
  display: inline-block;
}

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

.dashboard .detailed_app .hmda .db_table {
  margin-top: 15px;
  border: none;
}

.dashboard .detailed_app .hmda .db_table .table-light {
  border-bottom: 2px solid #e1dfdf;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}

.dashboard .detailed_app .hmda .db_table th {
  vertical-align: top;
  color: #23405d;
  font-size: 15px;
  line-height: 14px;
  font-weight: 700;
  text-transform: capitalize;
  background: #fff;
}

.dashboard .detailed_app .hmda .db_table td {
  border: none;
}

.dashboard .detailed_app .hmda .db_table td .toggle-label {
  margin-left: 0px;
  color: #1c1b1f;
  font-weight: 600;
  top: 0;
  margin-right: 20px;
  text-transform: none;
}

.dashboard .detailed_app .hmda .db_table td .toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard .detailed_app .hmda .db_table tbody tr:nth-child(1) td {
  padding-top: 23px;
}

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

.dashboard .detailed_app .loan {
  margin-top: 15px;
}

.dashboard .detailed_app .declared_maturity span {
  font-size: 10px;
  font-weight: 700;
}

.dashboard .detailed_app .payment_reserves {
  font-size: 10px;
  font-weight: 700;
}

.dashboard .detailed_app .payment_reserves span {
  margin-left: 6px;
  font-size: 12px;
}

.dashboard .detailed_app .payment_reserves .toggle {
  display: inline-flex;
  align-items: center;
}

.dashboard .detailed_app .payment_reserves .toggle-switch {
  width: 15px;
  height: 8px;
}

.dashboard
  .detailed_app
  .payment_reserves
  .toggle-checkbox:checked
  + .toggle-switch:before {
  left: 8px;
}

.dashboard .detailed_app .payment_reserves .toggle-switch:before {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.6px;
}

.dashboard .detailed_app .payment_reserves .toggle-label {
  font-size: 10px;
  font-weight: 700;
  margin-left: 2px !important;
  top: 0.5px !important;
}

.dashboard .detailed_app .interest_only .toggle {
  margin-top: 15px;
}

.dashboard .detailed_app .interest_only .toggle-label {
  margin-left: 0px;
  margin-right: 13px;
}

.dashboard .detailed_app .property .search .d-flex .create_btn {
  border-radius: 5px;
  border: 1px solid #c9d1e5;
  background: #fff;
  color: #7cc149;
  font-weight: 600;
  line-height: 0;
  margin-left: 10px;
  padding: 8px 13px !important;
}

.dashboard .detailed_app .property .search .d-flex .create_btn:hover {
  background-color: #fff;
}

.dashboard .detailed_app .property .search .d-flex .create_btn span {
  font-size: 25px;
}

.dashboard .detailed_app .property .search .d-flex .create_btn img {
  width: 25px;
  height: 25px;
}

.dashboard .detailed_app .search.start {
  align-items: start;
  margin-bottom: 10px;
}

.dashboard .detailed_app .search .right .fbt {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.dashboard .detailed_app .search .right .fbt .form-control {
  width: inherit;
  background: var(--fusion-blue-50);
  padding: 10px 50px 10px 15px;
  appearance: auto;
}

.dashboard .detailed_app .search .right .fbt label {
  color: #1c1b1f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-right: 5px;
}

.dashboard .user_management .search {
  align-items: center;
}

.dashboard .form_title .space {
  color: #7cc149;
  font-size: 16px;
  margin: 0 10px;
}

.user_management .btn:focus {
  background-color: #ececec;
  outline: none;
  box-shadow: inherit;
}

.page-title-box .border_btn {
  background-color: #fff;
  margin-left: 5px;
  text-transform: capitalize;
  padding: 6px 15px;
}

.card.package {
  border: solid 1px #d2daee;
  min-height: auto !important;
  margin-bottom: 15px;
}

.card.package .title {
  font-size: 16px;
  color: #23405d8b;
  margin-bottom: 0px;
}

.card.package .title .sub {
  color: #03192fa2;
}

.card.package .edit_btn {
  margin-left: 20px;
  border: solid 1px #dbe3f8;
  background-color: #fff;
  color: #4f677d;
  font-size: 11px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}

.card.package .edit_btn .icon {
  font-size: 18px;
  margin-right: 5px;
}

.card.package .title_block {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.user_management .package_info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.user_management .package_info.cc {
  justify-content: flex-start;
}

.user_management .package_info .form-group {
  margin-bottom: 20px;
}

.user_management .package .form-group label {
  color: #7cc149;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0px;
}

.user_management .package p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #000;
}

.user_management .package_info .pkg_btn {
  background-color: #ecf0fa;
  border: none;
  font-weight: 500;
  font-size: 11px;
  color: #4b637c;
  border-radius: 3px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-right: 5px;
}

.user_management .package_info .pkg_btn .icon {
  font-size: 18px;
  margin-right: 5px;
}

.user_management.ctc .package .form-group label {
  font-size: 13px;
}

.user_management.ctc .package .form-group p {
  font-size: 16px;
  color: #23405d;
}

.user_management.wi .form-group {
  margin-bottom: 25px;
}

.user_management.wi .toggle-label {
  color: #1c1b1f;
  font-weight: 600;
}

.user_management.wi .toggle .icon {
  font-size: 22px;
  color: #bacaf1;
  margin-left: 7px;
}

.user_management.wi .toggle {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.user_management.wi .toggle-label {
  top: 0px;
}

.dashboard .detailed_app .page-title-box {
  margin-top: 15px;
}

.dashboard .detailed_app .search h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px !important;
  color: #23405d;
}

.dashboard .detailed_app .search .create_btn {
  margin-top: 0px;
}

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

.dashboard .mailt_template {
  border: 1px solid #e5eaf3;
  padding: 20px 30px;
  border-radius: 2px;
  width: 512px;
  margin: 15px auto;
}

.dashboard .mailt_template .form-group {
  margin-bottom: 23px;
}

.dashboard .mailt_template .fs_btn {
  margin-bottom: 10px;
}

.dashboard .select_categories {
  width: 362px;
  margin: 16px auto;
  padding-bottom: 9px;
}

.dashboard .select_categories h4 {
  font-weight: 700;
  font-size: 15.5px !important;
}

.dashboard .categories_list {
  width: 450px;
  margin: 15px auto;
  padding: 27px 27px;
}

.dashboard .categories_list .toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.dashboard .categories_list .toggle-label {
  font-size: 13.5px;
  font-weight: 600;
  margin-left: 5px;
}

.dashboard .alert_message {
  width: 450px;
  margin: 15px auto;
}

.dashboard .send_button {
  width: 450px;
  margin: 20px auto;
  padding: 0 27px;
}

.dashboard .detailed_app .page-title-box p {
  color: #64616f;
  font-size: 13.5px !important;
  font-weight: 400;
  margin-top: 12px;
}

.css-13cymwt-control {
  background-color: #ecf0fa !important;
  border-color: #ecf0fa !important;
}

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

body[data-sidebar="dark"] .mm-active .active {
  color: #23405d !important;
}

body[data-sidebar="dark"] .mm-active > a {
  color: #23405d !important;
}

.mt_40 {
  margin-top: 40px;
}

.dashboard .loan_audit .btn-group {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: -6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 27px;
}

.dashboard .loan_audit .btn-group .create_btn {
  font-size: 14px !important;
  text-transform: uppercase;
  color: #7cc149;
  font-weight: 500;
  height: 50px;
  border: 1px solid #7cc149;
  border-radius: 3px;
  width: 215px;
  margin: 0 4px;
  background-color: #fff;
  position: relative;
}

.dashboard .loan_audit .btn-group .create_btn:hover,
.dashboard .loan_audit .btn-group .create_btn.active {
  background-color: #f5f5f5;
}

.dashboard .loan_audit .btn-group .create_btn.active:after {
  content: "";
  z-index: 9;
  position: absolute;
  top: 85%;
  left: 47.5%;
  transform: rotate(45deg);
  box-shadow: 1px 1px 0px #7cc149;
  border: 6px solid;
  border-color: transparent #f5f5f5 #f5f5f5 transparent;
}

.dashboard .loan_audit .table-responsive {
  margin-top: 25px;
}

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

.dashboard .deal_lead textarea {
  min-height: 127px;
}

.dashboard .underwriting_termsheet .search {
  justify-content: center;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 1.25rem;
  margin-bottom: 25px;
}

.dashboard .underwriting_termsheet .search .create_btn {
  margin: 0 4px;
  background-color: #f6fdf2;
  color: #7cc149;
  padding: 11px 20px !important;
}

.dashboard .underwriting_termsheet .search .create_btn:hover {
  background-color: #eaf0e7;
}

.dashboard .underwriting_termsheet .search .create_btn:focus {
  background-color: #7bc247;
  color: #fff;
}

.dashboard .underwriting_termsheet .toggle {
  margin: 0px 0 0.5rem 0 !important;
}

.dashboard .underwriting_termsheet .col-md-3 .toggle.mb-3 {
  margin: 34px 0 0.5rem 0 !important;
}

.dashboard .underwriting_termsheet .toggle-label {
  color: #1c1b1f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-left: 0;
  margin-right: 16px;
}

.dashboard .underwriting_termsheet hr {
  border-bottom: 1px solid #c1c1c1;
}

.dashboard .underwriting_termsheet .toggle.mb-3 {
  margin-bottom: 16px !important;
}

.dashboard .underwriting_termsheet .db_table td {
  padding: 0.8rem 0.75rem;
}

.dashboard .underwriting_termsheet .db_table th {
  padding: 1.25rem 0.75rem;
}

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

.dashboard .underwriting_termsheet .underwriting_buttons .fs_btn {
  background-color: #ffffff;
  padding: 5px 10px;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 1px #7cc149;
  border-radius: 8px;
  display: flex;
  color: #7cc149;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.dashboard .underwriting_termsheet .underwriting_buttons .fs_btn:hover {
  background-color: #ffffff !important;
  color: #7cc149;
  border: solid 1px #7cc149;
}

.dashboard .underwriting_termsheet .underwriting_buttons .btn-group .fs_btn {
  margin-left: 7px;
}

.dashboard .underwriting_termsheet .underwriting_buttons .fs_btn span {
  line-height: initial;
  margin-left: 10px;
}

.dashboard .underwriting_termsheet .underwriting_buttons .fill_btn {
  background-color: #7cc149 !important;
  color: #fff !important;
  border: solid 1px #7cc149 !important;
}

.dashboard .underwriting_termsheet .underwriting_buttons .fill_btn:hover {
  background-color: #73ba41 !important;
}

.dashboard .underwriting_termsheet .page-title-box {
  margin-top: 10px;
  padding-bottom: 10px;
}

.dashboard .underwriting_termsheet .form_section .row {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 1rem;
}

.organization_logo {
  width: 200px;
  padding: 15px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.organization_logo img {
  width: 100%;
}

.dashboard .my_account {
  min-height: 500px;
}

.dashboard .loan_summary .main_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard .loan_summary .search {
  margin-bottom: 23px;
}

.dashboard .loan_summary .main_details {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.dashboard .loan_summary .detail_block {
  border: 1px solid #95c971;
  padding: 12px 12px;
  width: 19.6%;
}

.dashboard .loan_summary .detail_block p {
  color: #84b052;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dashboard .loan_summary .detail_block h4 {
  color: rgba(35, 64, 93, 0.6);
  font-size: 18px;
  margin-bottom: 0;
}

.dashboard .loan_summary .more_details .detail_block {
  border: 1px solid #f0f4ff;
  padding: 10px 17px;
  width: 24.6%;
  background-color: #f0f4ff;
  position: relative;
}

.dashboard .loan_summary .more_details .detail_block.hide {
  display: none;
}

.dashboard .loan_summary .more_details .detail_block.edit_detail_block {
  display: block;
}

.dashboard
  .loan_summary
  .more_details
  .detail_block.edit_detail_block
  .form-control {
  color: rgba(35, 64, 93, 1);
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  border: none;
  padding: 0;
}

.dashboard
  .loan_summary
  .more_details
  .detail_block.edit_detail_block
  .form-control:focus {
  background: transparent !important;
}

.dashboard
  .loan_summary
  .more_details
  .detail_block.edit_detail_block
  .edit_action {
  position: absolute;
  right: 10px;
  top: 19px;
}

.dashboard
  .loan_summary
  .more_details
  .detail_block.edit_detail_block
  .edit_action
  span {
  color: #95c971;
  position: relative;
  right: unset;
  top: unset;
  font-size: 19px;
  cursor: pointer;
  margin-left: 12px;
}

.dashboard
  .loan_summary
  .more_details
  .detail_block.edit_detail_block
  .edit_action
  .fill-btn {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  height: 27px;
  width: 28px;
  align-items: center;
  justify-content: center;
}

.dashboard
  .loan_summary
  .more_details
  .detail_block
  .material-symbols-outlined {
  color: #95c971;
  position: absolute;
  right: 12px;
  top: 22px;
  font-size: 19px;
  cursor: pointer;
}

.dashboard .loan_summary .more_details .detail_block p {
  font-size: 12px;
  margin-bottom: 6px;
}

.dashboard .loan_summary .more_details .detail_block h4 {
  font-size: 14px;
  color: rgba(35, 64, 93, 1);
}

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

.dashboard .detailed_app .interest_only .toggle-label {
  color: #1c1b1f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.dashboard .detailed_app #APPLICANT .create_entity .page-title-box p {
  margin-top: 0;
}

.dashboard .detailed_app .interest_only .toggle {
  margin-top: 18px !important;
}

.dashboard .per_diem {
  width: 35%;
}

.dashboard .perr_diem {
  padding: 9px 20px;
  background-color: #ffe9c3;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  margin-top: 20px;
  width: auto;
}

.dashboard .per_diemm {
  width: 65%;
}

.dashboard .perr_diem p {
  margin-bottom: 0;
  color: #d1691e;
  font-size: 12.5px;
  text-transform: capitalize;
}

.dashboard .detailed_app .diem_cal .toggle {
  margin-top: 9px !important;
}

.dashboard .detailed_app .diem_cal .toggle.mt-0 {
  margin-top: 0px !important;
}

.dashboard .detailed_app .diem_cal .toggle.mt-0.d-flex .toggle-label {
  margin-right: 20px;
}

.dashboard .detailed_app .diem_cal .toggle.mt-0.d-flex select {
  padding: 7.5px 7px;
  font-size: 12px;
  width: 225px;
}

.dashboard .advaned .amortization {
  width: 42.666667%;
  margin-bottom: 30px;
}

.dashboard .advaned .arm {
  width: 57.333333%;
}

.dashboard .advaned .amortization h4 {
  font-size: 16px !important;
  text-transform: uppercase;
  color: rgba(35, 64, 93, 0.7);
}

.dashboard .advaned .amortization .perr_diem {
  width: auto;
  margin-top: 0;
}

.dashboard .advaned .toggle {
  display: flex;
  justify-content: space-between;
}

.dashboard .advaned .column-1 {
  width: 10.33333333333%;
}

.dashboard .advaned .column-3 {
  width: 23%;
}

.dashboard .advaned .column-3 .form-group,
.dashboard .advaned .column-1 .form-group {
  margin-bottom: 27px;
}

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

.dashboard .detailed_app .advaned .column-3 select {
  width: 185px !important;
}

.dashboard .history .db_table th,
.dashboard .history .db_table td {
  padding: 1.25rem 0.75rem;
}

.dashboard .history .db_table th {
  vertical-align: middle;
}

.dashboard .history .db_table th:nth-child(11) {
  background: #e9f0e6;
}

.dashboard .history .db_table td:nth-child(11) {
  background: transparent;
}

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

.dashboard .dsb_left {
  width: 71%;
}

.dashboard .dsb_left .dsp_flx {
  justify-content: space-between;
}

.dashboard .dsb_right {
  width: 29%;
  padding-left: 7px;
  padding-bottom: 7px;
}

.dashboard .dsb_right .img {
  height: calc(100vh - 295px);
  position: relative;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #070f17;
}

.dashboard .dsb_right .img img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.dashboard .dsb_right .img.default-img {
  background-color: #fff;
}

.dashboard .dsb_right .img .top {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

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

.dashboard .dsb_right .img .top .badge .sub {
  color: #d6f3ca;
}

.dashboard .dsb_right .img .bottom {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #23405dda;
  padding: 10px;
  align-items: center;
}

.dashboard .dsb_right .img .bottom .left {
  width: 75%;
  display: flex;
  align-items: center;
}

.dashboard .dsb_right .img .bottom .left .icon {
  color: #ffffff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 8px;
}

.dashboard .dsb_right .img .form-group label {
  font-size: 11px;
  line-height: 14px;
  color: #7cc149;
  margin-bottom: 0px;
}

.dashboard .dsb_right .img .form-group p {
  margin: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

.dashboard .dsb_right .img .bottom .right {
  width: 22%;
  display: flex;
  justify-content: space-between;
}

.dashboard .dsb_wrp .dsb_right .dsb_card::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.dashboard .dsb_wrp .dsb_right .dsb_card::-webkit-scrollbar-track {
  background: #eeeeee;
}

.dashboard .dsb_wrp .dsb_right .dsb_card::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.dashboard .dsb_wrp .dsb_right .dsb_card::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dashboard .dsb_wrp {
  display: flex;
  justify-content: space-between;
}

.w_50 {
  width: 50%;
}

.dsb_wrp .w_50 .card {
  margin-bottom: 7px;
  margin-left: 7px;
}

.dashboard .dsb_wrp .card-title {
  font-size: 16px;
  color: #84b052;
  font-weight: bold;
  border-bottom: solid 1px #ecf0fa;
  padding: 15px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.dashboard .dsb_wrp .dsb_card {
  background-color: #fff;
}

.dashboard .dsb_wrp .dsb_card .card_body {
  padding: 15px;
}

.dashboard .dsb_wrp .dsb_card .form-group {
  margin-bottom: 25px;
}

.dashboard .dsb_wrp .dsb_card .form-group label {
  color: #7b8c9e;
  font-size: 12px;
  margin-bottom: 0px;
}

.dashboard .dsb_wrp .dsb_card .form-group p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #657a8e;
  font-weight: 600;
}

.dashboard .dsb_wrp .loan_list {
  margin: 0px;
  margin-top: -15px;
  padding: 0px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  overflow: auto;
  height: 177px;
}

.dashboard .dsb_wrp .loan_list::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.dashboard .dsb_wrp .loan_list::-webkit-scrollbar-track {
  background: #eeeeee;
}

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

.dashboard .dsb_wrp .loan_list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dashboard .dsb_wrp .dsb_card.fee .card_body {
  padding-right: 5px;
}

.dashboard .dsb_wrp .dsb_card.fee .loan_list {
  height: 305px;
}

.dashboard .dsb_wrp .loan_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;
}

.dashboard .dsb_wrp .loan_list li .rslt {
  font-size: 14px;
  font-weight: bold;
  color: #657a8e;
}

.dashboard .dsb_wrp .loan_list li .text_wrp {
  width: 58%;
}

.dashboard .dsb_wrp .dsb_card p.total {
  display: flex;
  justify-content: space-between;
  color: #7b8c9e;
  padding-right: 14px !important;
  padding: 11px 0;
  border-top: solid 1px #dbe4fc;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 0px;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.dashboard .dsb_wrp .dsb_card p.total span {
  font-size: 14px;
  font-weight: bold;
  color: #23405d;
}

.dashboard .dsb_wrp .dsb_card .form-group .badge {
  border: solid 1px #7cc149;
  border-radius: 5px;
  background: none;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  line-height: 11px;
  color: #7cc149 !important;
  font-weight: bold;
}

.dashboard .dsb_wrp .dsb_card.green {
  background-color: #dfebda;
}

.dashboard .dsb_wrp .dsb_card.green .card-title {
  color: #23405d;
  border: solid 1px #9aba8d;
}

.dashboard .dsb_wrp .dsb_card.green .card_body {
  border: solid 1px #9aba8d;
  border-top: none;
}

.dashboard .dsb_wrp .dsb_card.green .form-group label {
  color: #23405d;
}

.dashboard .dsb_wrp .dsb_card.green .form-group p {
  color: #23405d;
}

.dashboard .dsb_wrp .dsb_card .form-group p {
  color: #415d6d;
}

.dashboard .dsb_wrp .dsb_card .form-group label {
  color: #5f7a7d;
}

.dashboard .services_form .search .font-size-18 {
  color: rgba(28, 27, 31, 1);
  font-size: 16px !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 5px;
}

.dashboard .services_form .search select {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 12px 15px;
  border: none;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: auto;
  margin-right: 20px;
  width: 143px;
}

.dashboard .services_form .search .create_btn {
  white-space: nowrap;
  border-radius: 8px;
  font-size: 15px !important;
  padding: 11px 20px !important;
  display: flex;
  align-items: center;
  height: 41px;
}

.dashboard .services_form .search .btn-group .create_btn {
  text-transform: uppercase;
  font-size: 15.5px !important;
  margin-left: 10px;
}

.dashboard .services_form .search .btn-group .create_btn span {
  margin-left: 11px;
  font-weight: bold;
}

.dashboard .services_form .search .btn-group .create_btn.disable {
  opacity: 0.5;
}

.dashboard .form-check-input {
  width: 1.1em;
  height: 1.1em;
  background-color: #d9d9d9;
  border: 1px solid rgba(124, 193, 73, 1);
  margin-top: 0;
}

.dashboard .form-check-input:checked {
  background-color: rgba(124, 193, 73, 1);
  border: 1px solid rgba(124, 193, 73, 1);
  box-shadow: none;
}

.dashboard .form-check-input:focus {
  box-shadow: none;
  border: 1px solid rgba(124, 193, 73, 1);
}

.dashboard .services_form .db_table th {
  line-height: 17px;
}

.dashboard .categories_list .toggle-label {
  color: rgba(28, 27, 31, 1);
  font-size: 15px !important;
}

.dashboard .form_section .principal_balance .form-group label {
  color: rgba(132, 176, 82, 1);
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
}

.dashboard .principal_balance p {
  color: rgba(35, 64, 93, 0.6);
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0px;
}

.dashboard .payoff_amount span {
  background-color: rgba(219, 227, 248, 1);
  padding: 4px;
  border-radius: 100%;
  font-size: 12px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  justify-content: center;
}

.dashboard .underwriting_termsheet .underwriting_buttons .fill_btn:hover {
  background-color: #60a033 !important;
  color: #fff !important;
  border: solid 1px #7cc149 !important;
}

.dashboard .pay_off .fs_btn {
  margin-left: 7px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #ffffff;
  padding: 12px 19px;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 1px #7cc149;
  border-radius: 8px;
  display: flex;
  color: #7cc149;
}

.dashboard .pay_off .fs_alt_btn {
  margin-left: 7px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #ffffff;
  padding: 12px 19px;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 1px #7cc149;
  border-radius: 8px;
  display: flex;
  color: #7cc149;
}

.dashboard .pay_off .fs_btn:hover {
  background-color: #ffffff !important;
  color: #7cc149;
  border: solid 1px #7cc149;
}

.dashboard .pay_off .fill_btn {
  background-color: #7cc149 !important;
  color: #fff !important;
  border: solid 1px #7cc149 !important;
}

.dashboard .pay_off .fill_btn:hover {
  background-color: #60a033 !important;
  color: #fff !important;
  border: solid 1px #7cc149 !important;
}

.dashboard .pay_off .fs_btn span {
  line-height: initial;
  margin-left: 10px;
}

.dashboard .pay_off .text_editor {
  margin-top: 0;
}

.check_box {
  margin-bottom: 0px;
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  color: #7b8c9e;
}

.check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check_box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ecf0fa;
  border: solid 1px #7cc149;
  border-radius: 3px;
}

.check_box:hover input ~ .checkmark {
  background-color: #e3e8f4;
}

.check_box input:checked ~ .checkmark {
  background-color: #79bc49;
}

.check_box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check_box input:checked ~ .checkmark:after {
  display: block;
}

.check_box .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dashboard .dsb_wrp .dsb_right .loan_list li .date {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  color: #7b8c9e;
  margin-right: 30px;
}

.dashboard .dsb_wrp .dsb_right .loan_list {
  padding-bottom: 0px;
  height: 83px;
  margin-top: -15px;
  overflow: auto;
}

.dashboard .dsb_wrp .dsb_right .loan_list li {
  padding: 10px 0px;
  position: relative;
  font-size: 12px;
  color: #7b8c9e;
}

.dashboard .dsb_wrp .dsb_right .loan_list li .btn {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
}

.dashboard .dsb_wrp .dsb_right .loan_list li .btn .icon {
  color: #7cc149;
  font-size: 16px;
}

.dashboard .dsb_wrp .dsb_right .loan_list .inprogress_page {
  height: auto;
  min-height: unset;
}

.dashboard .dsb_wrp .dsb_right .loan_list .inprogress_page .icon {
  font-size: 22px;
  padding: 10px;
  margin-top: 12px;
}

.dashboard .dsb_wrp .dsb_right .loan_list .inprogress_page p {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
}

.dashboard .dsb_wrp .dsb_right .loan_list .search_spinner {
  width: 20px;
  z-index: 999;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.circle-chart .circle-chart__percent {
  font-weight: bold;
  color: #657a8e;
}

.circle_chart label {
  margin-bottom: 15px !important;
}

.circle_chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px !important;
}

.circle_chart .circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  transform-origin: center;
  /* 4 */
}

.circle_chart .circle-chart__info {
  -webkit-animation: circle-chart-appear 2s forwards;
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
  opacity: 0.7 !important;
}

@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@-webkit-keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dashboard .wizard .scroll-container {
  width: 96%;
  overflow: hidden;
  margin: 0 auto;
}

.dashboard .wizard .scroll-container ul {
  width: 2035px;
  margin: 0;
  padding: 0;
  display: flex;
}

.dashboard .wizard .ag-category-carousel_box .scroll-btn {
  position: absolute;
  display: flex;
  align-items: center;
  top: 40px;
  background-color: #ecf0fa;
  border: none;
  height: 45px;
}

.dashboard .wizard .ag-category-carousel_box .scroll-btn.right {
  right: -10px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.dashboard .wizard .ag-category-carousel_box .scroll-btn.left {
  left: -10px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.dashboard .detailed_app .search .title_block {
  display: flex;
  margin-left: 100px;
  align-items: center;
  position: relative;
}

.dashboard .detailed_app .search .title_block p {
  color: rgba(28, 27, 31, 1);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 12px;
}

.dashboard .detailed_app .search .title_block .form-control {
  border-radius: 5px 0px 0px 5px;
  background: #ecf0fa;
  padding: 12px 15px;
  border: none;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: auto;
  width: 237px;
}

.dashboard .detailed_app .search .title_block button {
  height: 42px;
  border: 1px solid rgba(132, 176, 82, 1);
  border-radius: 0 5px 5px 0;
  margin-left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7cc149;
  padding: 2px 9px;
  background-color: #7cc149;
}

.dashboard .detailed_app .search .title_block button span {
  color: #fff;
}

.dashboard .detailed_app .search .title_block .dropdown {
  position: absolute;
  z-index: 999;
  top: 42px;
  left: 0px;
  background: #fcfcfc;
  border: solid 1px #e6e6e6;
  border-top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dashboard .detailed_app .search .title_block .dropdown .item {
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
  border-bottom: solid 1px #e4e4e4;
  color: #101010;
  font-weight: 600;
  cursor: pointer;
}

.dashboard .detailed_app .search .title_block .item:hover {
  background-color: #f2f2f2;
}

.fillbtn_new {
  background-color: #fff;
  border: 1px solid rgba(124, 193, 73, 1);
  display: flex;
  align-items: center;
  height: 42px;
  padding: 9px 20px;
  border-radius: 8px;
  color: rgba(124, 193, 73, 1);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.fillbtn_new span {
  font-size: 23px;
  margin-left: 9px;
}

.fillbtn_new:hover {
  background-color: rgba(124, 193, 73, 0.1);
  color: rgba(124, 193, 73, 1);
}

.dashboard .detailed_app .search .btn-group .fillbtn_new {
  margin-left: 5px;
}

.detailed_app .payments_table td:last-child {
  text-align: right !important;
}

.dashboard .loan_summary .payments_details .detail_block {
  width: 19.6%;
}

.add_button {
  background-color: #7cc149;
  color: #fff;
}

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

.detailed_app .add_Payment td:last-child {
  text-align: center !important;
}

.new_popup .modal-content {
  min-width: 1350px !important;
  border: none;
}

.new_popup .modal-dialog {
  max-width: 930px !important;
}

.new_popup .modal-header {
  background-color: rgba(154, 186, 141, 1);
  border: 1px solid rgba(192, 190, 190, 1);
  padding: 0.8rem 30px;
}

.new_popup .modal-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}

.new_popup .modal-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}

.new_popup .pop_close {
  background-color: transparent;
  border: none;
  padding: 0;
}

.new_popup .modal-header span {
  color: #fff;
  font-style: normal;
  font-size: 25px;
  line-height: 29px;
}

.new_popup .modal-body {
  padding: 1rem 30px;
}

.new_popup .modal-body .fs_btn {
  padding: 9px 29px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.user_management .border_btn.print {
  border-radius: 5px !important;
  padding: 5px 10px !important;
  font-size: 13px;
  font-weight: 600 !important;
  align-items: center;
  display: flex;
  text-transform: capitalize;
  margin-top: 0px;
  position: absolute;
  right: 0;
  top: -40px;
}

.user_management .border_btn.print .icon {
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}

.termsheetmanager_table .faZveH {
  flex-basis: inherit;
  flex-grow: inherit;
}

.page-content > .container-fluid {
  padding: 0px;
}

.active > .page-link,
.page-link.active {
  background-color: #7cc149;
  border-color: #7cc149;
}

.text_editor .jodit-container {
  height: 400px !important;
  height: 100% !important;
}

.text_editor .jodit-workplace {
  height: 400px !important;
}

.text_editor .jodit-wysiwyg {
  height: 400px !important;
}

.print_title {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.text_editor {
  position: relative;
  margin-top: 45px;
}

.cf_print {
  margin-top: -45px;
}

.task_block .search {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.task_block .search .form-group {
  display: flex;
  align-items: center;
}

.task_block .search .form-group label {
  color: rgba(28, 27, 31, 1);
  margin-bottom: 0;
  font-size: 16px !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 20px;
}

.task_block .search .form-group .form-control {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 12px 15px;
  border: none;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: auto;
  margin-right: 0px;
  width: 250px;
}

.task_block .search .create_btn {
  margin-top: 0px;
}

.task_block .task_hed {
  padding: 10px 20px;
  border: solid 1px #fff;
  display: flex;
  justify-content: space-between;
}

.task_block .task_hed .clmn {
  padding: 10px;
  font-weight: 600;
  color: #84b052;
  text-transform: uppercase;
  font-size: 14px;
}

/* .task_block .clmn:nth-child(1) { width: 10%; }
.task_block .clmn:nth-child(2) { width: 9%; }
.task_block .clmn:nth-child(3) { width: 8%; }
.task_block .clmn:nth-child(4) { width: 14%; }
.task_block .clmn:nth-child(5) { width: 29%; }
.task_block .clmn:nth-child(6) { width: 14%; }
.task_block .clmn:nth-child(7) { width: 8%; } */
/* .task_block .clmn:nth-child(8) { width: 8%; text-align: center;} */
.task_block .task_item {
  padding: 0;
  margin-top: 10px;
}

.task_block .task_item .clmn {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  width: 100% !important;
}

.task_block .task_item .clmn span {
  color: #1c1b1f;
}

.task_block .task_item .clmn .badge {
  border-radius: 5px;
  padding: 5px 9px;
  border: 1px solid #b1d85e;
  background: #b1d85e;
  color: #fff !important;
  font-size: 9px;
  font-weight: 600;
  line-height: 10px;
  text-transform: uppercase;
}

.task_block .task_item.done {
  background-color: rgba(248, 252, 246, 1);
}

.dashboard .title {
  color: #9aba8d;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.task_block.needs .clmn:nth-child(6) .btn {
  border: 1px solid rgba(219, 227, 248, 1);
  border-radius: 5px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 2.5px 7px;
}

.dashboard .services_form.detailed_app .search .btn-group .create_btn {
  font-size: 15px !important;
  text-transform: capitalize;
  height: 42px;
  margin-left: 7px;
}

.dashboard .fee_select {
  width: 247px !important;
}

.dashboard .services_form.detailed_app .search input {
  margin-right: 20px;
  width: 130px;
}

.add_button:hover {
  color: #fff !important;
}

.task_block.needs .task_item .clmn {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  width: 100%;
}

.total_count {
  height: 57px;
}

.total_count span {
  padding: 5px 7px;
  background-color: rgba(236, 240, 250, 1);
  border-radius: 5px;
  color: rgba(35, 64, 93, 0.8);
  font-size: 14px;
  font-weight: 700;
}

.add_fee .modal-dialog {
  width: 500px !important;
}

.add_fee .modal-content {
  min-width: 650px !important;
}

.add_fee .save_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.add_fee .save_block .toggle span {
  margin-right: 20px;
  color: #1c1b1f;
  font-size: 16px;
  font-weight: 600;
}

.new_popup .modal-dialog .modal-body .fs_btn {
  padding: 9px 20px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.new_popup .modal-dialog .modal-body .outline_btn {
  background-color: #fff;
  color: #7cc149;
}

.new_popup .modal-dialog .modal-body .outline_btn:hover {
  background-color: #f5f5f5 !important;
}

.charge_credit .modal-content {
  min-width: 700px !important;
  border: none;
}

.charge_credit .modal-body {
  overflow: auto;
  height: calc(100vh - 50px);
}

.Pay_ach .modal-dialog {
  max-width: 650px !important;
}

.Pay_ach .modal-content {
  min-width: 650px !important;
}

.new_popup .modal-dialog .modal-body h5 {
  color: rgba(35, 64, 93, 0.7);
  font-size: 16px;
  margin: 6px 0 17px 0;
  text-transform: uppercase;
}

.new_popup .modal-dialog .principal_balance .form-group {
  display: flex;
  align-items: center;
}

.new_popup .modal-dialog .principal_balance .form-group label {
  color: rgba(132, 176, 82, 1);
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-right: 10px;
}

.new_popup .card_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

.new_popup .card_info .pay_crdtcard {
  display: flex;
  align-items: center;
}

.new_popup .card_info .card_imges {
  width: 180px;
}

.new_popup .card_info .pay_crdtcard p {
  margin-bottom: 0;
  margin-left: 7px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.new_popup .card_info .card_imges span {
  margin-left: 5px;
}

.new_popup .card_info .pay_crdtcard .form-check-input {
  width: 1em;
  height: 1em;
}

.new_popup .card_details .form-group label {
  color: rgba(130, 130, 130, 1);
  font-size: 12px;
  font-weight: normal;
}

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

.inprogress_page .icon {
  color: #9aba8d;
  font-size: 55px;
  padding: 20px;
  background-color: #f2fcee;
  border-radius: 100%;
  margin-top: 30px;
}

.inprogress_page p {
  color: #4f667d;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.needs .search {
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.needs .form_section .search {
  justify-content: space-between;
}

.needs .title {
  margin-bottom: 0px;
}

.needs .create_btn {
  margin-left: 20px;
}

.task_block.needs .task_hed .clmn {
  color: #000000;
  text-transform: uppercase;
}

.needs .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}

.needs .uploading-btn {
  cursor: pointer;
}

.needs .uploading-btn .file-input-hidden {
  display: none;
}

.needs .upload_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
  border: 0;
  color: #346c0b;
  background-color: #b2da85;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 12px;
}

.needs .upload_btn .icon {
  font-size: 14px;
  color: #346c0b !important;
  margin-left: 5px;
}

.needs .clmn .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.needs .clmn .btn-group {
  width: 100%;
  margin-left: 5px;
}

.needs .clmn .btn-group .border_btn {
  padding: 4px 12px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  border-radius: 5px;
  font-size: 12px;
  text-transform: capitalize;
  width: 100%;
}

.needs .clmn .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
}

.needs .clmn .dropdown-menu .dropdown-item a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #4f667d;
}

.needs .clmn .dropdown-menu {
  border: solid 1px #7cc149;
  border-radius: 5px;
  margin-top: 3px !important;
  width: auto;
  background-color: #fff;
  right: 0px !important;
  left: inherit !important;
}

.needs .clmn .dropdown-menu .badge {
  color: #4f8b22;
  text-transform: uppercase;
  margin: 0 10px;
}

.needs .clmn .dropdown-menu .icon {
  font-size: 20px;
  margin-right: 0px;
}

.needs .clmn .dropdown-menu .icon a {
  color: #7cc149;
}

.needs .files .file_upload {
  width: 160px;
  height: 130px;
}

.needs .files .file_img {
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.task_block.needs .task_item {
  padding: 5px 20px;
  border-left: solid 10px #ccc;
  margin-bottom: 8px;
  border: solid 1px #d0dbf9;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}

.task_block.needs .task_hed {
  border-left: 10px solid rgb(255 255 255);
}

.task_block.needs .task_hed .clmn:nth-child(1),
.task_block.needs .task_item .clmn:nth-child(1) {
  width: 10% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(2),
.task_block.needs .task_item .clmn:nth-child(2) {
  width: 12% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(3),
.task_block.needs .task_item .clmn:nth-child(3) {
  width: 12% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(4),
.task_block.needs .task_item .clmn:nth-child(4) {
  width: 12% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(5),
.task_block.needs .task_item .clmn:nth-child(5) {
  width: 18% !important;
  text-align: center;
}

.task_block.needs .task_hed .clmn:nth-child(6),
.task_block.needs .task_item .clmn:nth-child(6) {
  width: 10% !important;
  text-align: center;
}

.task_block.needs .task_hed .clmn:nth-child(7),
.task_block.needs .task_item .clmn:nth-child(7) {
  width: 9% !important;
  text-align: center;
}

.task_block.needs .task_hed .clmn:nth-child(8),
.task_block.needs .task_item .clmn:nth-child(8) {
  width: 7% !important;
  text-align: center;
}

.task_block.needs .task_hed .clmn:nth-child(9),
.task_block.needs .task_item .clmn:nth-child(9) {
  width: 10% !important;
  text-align: center;
}

.task_block.needs .clmn .icon2 {
  padding: 2px 8px;
  border: solid 1px #dbe3f8;
  font-size: 18px;
  line-height: 18px;
  color: #4f667d;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}

.task_block.needs .task_item.green {
  border-left: solid 10px #b1d85e;
}

.task_block.needs .task_item.orange {
  border-left: solid 10px #f9a263;
}

.task_block.needs .task_item.blue {
  border-left: solid 10px #65b1fc;
}

.popup .add_note textarea {
  height: 160px;
}

.popup .add_note .mt_20 {
  margin-top: 3px;
}

.popup .add_note p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #23405d;
}

.task_block.needs .clmn select {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 5px 15px;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: auto;
}

.task_block.needs .clmn select:focus {
  background: #e3e8f4 !important;
  box-shadow: none;
}

.task_block.notes .task_item {
  margin-bottom: 8px;
}

.task_block.notes .clmn:nth-child(1) {
  width: 25%;
}

.task_block.notes .clmn:nth-child(2) {
  width: 15%;
}

.task_block.notes .clmn:nth-child(3) {
  width: 15%;
}

.task_block.notes .clmn:nth-child(4) {
  width: 15%;
}

.task_block.notes .clmn:nth-child(5) {
  width: 30%;
}

.task_block.notes .clmn .icon2 {
  padding: 5px 8px;
  border: solid 1px #dbe3f8;
  font-size: 18px;
  line-height: 18px;
  color: #4f667d;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.task_block.notes .task_hed .clmn {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 10px;
}

.task_block.notes .icon-text {
  display: flex;
  align-items: center;
}

.task_block.notes .icon-text .icon {
  color: #7cc149;
  margin-right: 5px;
  font-size: 26px;
}

.files .file_upload {
  margin-bottom: 15px;
  margin-top: 10px;
  background: #f0f5fb;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  position: relative;
  width: 141px;
  height: 153px;
  cursor: pointer;
}

.files .file_upload .file_title {
  width: 100%;
  align-items: center;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  background: #f0f5fb;
  border-radius: 0px 0px 3px 3px;
  font-weight: 600;
}

.files .file_upload .file_title .icon {
  font-size: 20px;
  color: #7cc149;
  margin-right: -5px;
}

.files .file_upload .custom-file-input {
  width: 100%;
}

.files .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  color: #e0e8f9;
  font-size: 0px;
}

.files .custom-file-input::before {
  content: "Select some files";
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 0;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  border: dashed 1px #7cc149;
  border-radius: 5px;
}

.files .upload_file {
  position: absolute;
  z-index: 999;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.files .upload_file .material-symbols-outlined {
  font-size: 70px;
  color: #7cc149;
}

.files .custom-file-input:hover::before {
  border-color: black;
}

.files .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.files .file_upload .img {
  width: 100%;
}

.popup.doc .modal-content {
  min-width: 750px !important;
  border: none;
}

.popup.doc .modal-header {
  background-color: #f0f5fb;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.popup.doc .modal-body {
  background: #f0f5fb;
}

.popup.doc .modal-title {
  color: #5c5c5c;
  font-size: 18px;
}

.popup.doc .modal-header span {
  color: rgb(0 0 0);
  font-size: 26px;
  line-height: 26px;
}

.popup.small .modal-content {
  min-width: 500px !important;
  width: 500px;
}

.popup .add_note .form-group label {
  font-size: 16px;
  line-height: 16px;
}

.popup .add_note .switch_btn {
  margin-bottom: 15px;
}

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

.switch_btn label {
  font-size: 16px;
  color: #1c1b1f;
  margin-bottom: 0px;
  font-weight: 600;
}

.switch_btn .btn {
  border: solid 1px #dbe3f8;
  border-radius: 5px;
  background-color: transparent;
  display: flex;
  margin-right: 10px;
  padding: 3px 7px;
  align-items: center;
}

.switch_btn .btn .icon {
  color: #4f667d;
  font-size: 22px;
  line-height: 24px;
}

.new_popup .card_details .form-group p {
  margin-top: 0;
  margin-bottom: 0rem;
  color: rgba(124, 193, 73, 1);
  font-size: 12px;
  margin-top: 20px;
}

.download_pdf {
  border: 1px solid rgba(219, 227, 248, 1);
  border-radius: 5px;
  margin-right: 10px;
  padding: 2px 7px;
}

.download_pdf span {
  color: rgb(2 2 2);
  font-weight: bold;
  vertical-align: middle;
  font-size: 20px;
}

.checkbox_ht {
  width: 1.1rem;
  height: 1.1rem;
}

.download_pdf:hover {
  border: 1px solid rgba(219, 227, 248, 1);
}

.download_pdf:focus {
  outline: none !important;
  background-color: transparent !important;
  border: 1px solid rgba(219, 227, 248, 1) !important;
}

.dashboard .detailed_app .normal_page .create_entity .page-title-box {
  margin-top: 0px;
}

.dashboard .detailed_app .normal_page.create_entity .toggle {
  margin: 10px 0 10px 60px !important;
}

.dashboard .detailed_app .normal_page.create_entity .toggle-label {
  text-transform: uppercase;
  font-weight: 700;
}

.dashboard .label_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.dashboard .label_block label {
  margin-bottom: 0px;
}

.dashboard .label_block button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: rgba(124, 193, 73, 1);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  padding: 4px 11px;
  border-radius: 5px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  padding-right: 3px;
  margin-top: -7px;
}

.dashboard .label_block button span {
  font-size: 15px;
  margin-left: 10px;
}

.dashboard .user_management .normal_page .search {
  margin-bottom: 30px;
  margin-top: 10px;
}

.deletepop_new .modal-content {
  width: 520px !important;
  background-color: #f5f8ff;
  min-width: 520px;
}

.deletepop_new .modal-content .close_button {
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 100% !important;
  background-color: #f9fbff;
  width: 25px;
  height: 25px;
  justify-content: center;
  display: flex;
  align-items: center;
  border: 1px solid #f9fbff;
}

.deletepop_new .modal-content .close_button span {
  color: #000;
  font-size: 18px;
}

.deletepop_new .modal-content p {
  margin-bottom: 27px;
  color: rgba(35, 64, 93, 1);
  font-weight: 500;
}

.deletepop_new .modal-content img {
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
}

.deletepop_new .modal-content h3 {
  margin-bottom: 14px;
}

.deletepop_new .modal-content .pop_btn {
  font-weight: 500;
  height: 42px;
  font-size: 16px;
  border-radius: 8px;
}

.create_group .modal-dialog .modal-content {
  min-width: 615px !important;
}

.create_group.new_popup .modal-dialog .modal-body .fs_btn {
  padding: 9px 28px;
  border-radius: 8px;
  font-size: 16px;
  height: 44px;
  margin-left: 10px !important;
}

.dashboard .consolidate_pdf {
  width: 850px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.dashboard .consolidate_pdf.columns .columns_block {
  width: 850px;
  margin: 0 auto;
  padding: 0;
}

.dashboard .consolidate_pdf .search .question_mark {
  padding: 2px;
  background-color: rgba(219, 227, 248, 1);
  border-radius: 100%;
  width: 20px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 22px;
}

.dashboard .consolidate_pdf .search h4 {
  margin-right: 12px !important;
}

.dashboard .investor_files .toggle-label {
  color: #1c1b1f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-left: 0;
  margin-right: 16px;
}

.dashboard .investor_files .folders {
  padding: 20px;
  background-color: rgba(249, 251, 255, 1);
  border: 1px solid rgba(210, 218, 238, 1);
  padding-bottom: 7px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.dashboard .investor_files .folders h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px !important;
  margin: 3px 0 21px 0;
}

.dashboard .investor_files .folders .uploads .item {
  padding: 26px 25px;
  min-height: 88px;
}

.dashboard .investor_files .folders .uploads .item .left .img {
  width: 36px;
  margin-right: 14px;
}

.dashboard .investor_files .folders .uploads .item .left h4 {
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.dashboard .investor_files .folders .uploads .item .left p {
  font-weight: 500;
  font-size: 11px;
}

.dashboard .investor_files .folders .uploads .item .upload img {
  width: 18px;
}

.dashboard .investor_files .folders .uploads .item .delete img {
  width: 22px;
}

.dashboard .investor_files .folders .uploads .item .delete {
  margin-left: 35px;
}

.dashboard .detailed_app .create_process {
  background: transparent;
}

.dashboard .detailed_app .create_process .documents .item {
  margin: 8px;
  width: 213px;
}

.dashboard .detailed_app .create_process .documents .date {
  margin-top: 12px;
  margin-bottom: 2px;
}

.columns .columns_block .con .column_box {
  background-color: #ecf0fa;
  height: calc(100vh - 250px);
  overflow: auto;
}

.columns .columns_block .con .column_box::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.columns .columns_block .con .column_box::-webkit-scrollbar-track {
  background: #eeeeee;
}

.columns .columns_block .con .column_box::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.columns .columns_block .con .column_box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pdf_doc.new_popup .modal-dialog {
  max-width: 1368px !important;
}

.pdf_doc.new_popup .modal-dialog .modal-content {
  min-width: 1368px !important;
}

.pdf_doc.new_popup .modal-dialog .modal-body {
  padding: 0;
  height: calc(100vh - 100px);
}

.pdf_doc.new_popup .modal-dialog .modal-body img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#image-renderer {
  background-image: none;
}

.pdf_doc.show.popup {
  background: #000000a1;
}

.width_wrp {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file_table .width_wrp {
  width: 200px;
}

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

.user_management .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}

.user_management .upload_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
  border: 0;
  color: #346c0b;
  background-color: #b2da85;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 8px;
}

.user_management .upload_btn .icon {
  font-size: 14px;
  color: #346c0b !important;
  margin-left: 5px;
}

.user_management .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.dashboard .detailed_app .search .btn-group .upload-btn-wrapper {
  width: inherit;
}

.new_popup .modal-dialog .modal-body {
  max-height: calc(100vh - 40px);
  overflow: auto;
}

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

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

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

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

.attachment_hed {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #c0bebe;
  padding: 10px 20px;
}

.attachment_hed .left {
  width: 370px;
  display: flex;
  justify-content: space-between;
}

.attachment_hed .fillbtn_new {
  background-color: #fff;
  margin: 0 5px;
  border-radius: 5px;
  height: 40px;
}

.attachment_hed .fillbtn_new:hover {
  background-color: rgba(124, 193, 73, 0.1);
}

.attachment_hed .toggle .toggle-label {
  font-size: 16px;
}

.loan_summary .drs .detail_block {
  background-color: #c2d6bb;
  border: none;
}

.loan_summary .drs .detail_block p {
  color: #435e6f;
  font-size: 13px;
}

.loan_summary .drs .detail_block h4 {
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 2px #00000030;
}

.rate_lock .fs_btn.small {
  text-transform: capitalize;
  background-color: #7cc149;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 30px;
}

.dashboard .what {
  background-color: rgba(219, 227, 248, 1);
  border-radius: 100%;
  font-size: 13px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  justify-content: center;
}

.sd .doc {
  width: 65px;
  cursor: pointer;
}

.sd .title {
  margin-bottom: 0px;
}

.sd .back_btn {
  position: absolute;
  right: 0px;
  top: -10px;
}

.sd .upload_docs {
  position: relative;
}

.sd textarea {
  min-height: 100px !important;
}

.expo .title_block {
  margin-left: 0px !important;
}

.expo .title_block button {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 5px 15px !important;
}

.expo .search .border_btn {
  margin-left: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.expo .search .form-control {
  width: 365px !important;
}

.expo.loan_summary .payments_details .detail_block {
  width: 16.2%;
  padding: 15px 15px;
}

.expo.loan_summary .main_details {
  margin-bottom: 15px;
}

.expo .data_title {
  font-weight: bold;
  font-size: 14px;
  color: #23405d;
}

.expo .data_title.green {
  color: #84b052 !important;
}

.full_layout {
  border-top: solid 1px #e4e4e4;
  padding-top: 20px;
}

.full_layout .header_block {
  background-color: #fff;
  margin-bottom: 5px;
}

.full_layout .header_block .title {
  margin-bottom: 0px;
  color: #5c5c5c;
  font-size: 20px;
  font-weight: bold;
}

.full_layout .card {
  min-height: inherit !important;
  margin-bottom: 5px;
}

.full_layout .form_box {
  padding: 12px;
  border: solid 1px #d3dbf0;
  margin-bottom: 20px;
  border-radius: 3px;
}

.full_layout .form_box .form-group {
  margin-bottom: 0px !important;
}

.full_layout .header_block .fillbtn_new {
  margin: 0 10px;
}

.full_layout .container-fluid {
  padding: 0 10px;
}

.full_layout .header_block .hed_search {
  display: flex;
  align-items: center;
}

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

.full_layout .header_block .form-group {
  position: relative;
  margin-right: 10px;
}

.full_layout .header_block .form-group .icon {
  font-size: 24px;
  color: #95c971;
  position: absolute;
  right: 10px;
  top: 10px;
}

.full_layout .header_block .back_btn .icon {
  color: #1c1b1f;
  margin-right: 0px;
  font-size: 22px;
}

.fbs .tablegrid {
  min-height: 550px;
  max-height: 550px;
  overflow-y: auto;
}

.fbs .tablegrid::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 30px;
}

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

.fbs .tablegrid::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 30px;
}

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

.fbs .tablegrid .tb_menu .border_btn {
  padding: 4px 0px;
  font-size: 14px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fbs .tablegrid .tb_menu .border_btn .icon {
  font-size: 20px;
  line-height: 20px;
}

.fbs .dashboard_block {
  margin-top: 0;
  border-top: solid 1px #e4e4e4;
  padding-top: 20px;
}

.fbs .dashboard .form_title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0px;
}

.fbs .task_block .card-body {
  padding: 0px;
  padding-top: 25px;
}

.fbs .task_block .clmn:nth-child(1) {
  width: 10%;
}

.fbs .task_block .clmn:nth-child(2) {
  width: 10%;
}

.fbs .task_block .clmn:nth-child(3) {
  width: 10%;
}

.fbs .task_block .clmn:nth-child(4) {
  width: 15%;
}

.fbs .task_block .clmn:nth-child(5) {
  width: 28%;
}

.fbs .task_block .clmn:nth-child(6) {
  width: 12%;
}

.fbs .task_block .clmn:nth-child(7) {
  width: 8%;
}

.fbs .task_block .clmn:nth-child(8) {
  width: 7%;
  text-align: center;
}

.fbs .task_block .task_hed {
  padding: 10px 0px;
}

.fbs .task_block .search .form-group .form-control {
  margin-right: 0;
  width: auto;
}

.ctc .loan_summary .detail_block {
  padding: 10px 10px;
  width: 19%;
  border-radius: 2px;
}

.dashboard .draw_request .toggle-label {
  margin-left: 0px;
  color: #1c1b1f;
  font-weight: 600;
  top: 0;
  margin-right: 10px;
  text-transform: none;
}

.dashboard .draw_request .db_table th:nth-child(11) {
  background: #e9f0e6;
}

.dashboard .draw_request .db_table td:nth-child(11) {
  background: transparent;
  font-weight: 500;
}

.dashboard .draw_request .db_table td .form-control {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 12px 15px;
  border: none;
  height: 42px;
  text-align: right;
}

.dashboard .draw_request .line_title {
  color: #7cc149;
  font-size: 16px;
  font-weight: 600;
}

.dashboard .draw_request .status_group {
  display: block;
  align-items: center;
  justify-content: center;
}

.dashboard .draw_request .status_group .btn {
  padding: 2px 2px;
  display: inline-flex;
  align-items: center;
  background-color: #e4f1df;
  color: #346c0b;
  margin: 2px 3px;
  border-radius: 8px;
  border: 1px solid #e4f1df;
  float: left;
}

.dashboard .draw_request .status_group .btn span {
  font-size: 22px !important;
  color: #346c0b;
}

.dashboard .single_lineitem textarea {
  min-height: 125px !important;
}

.total_estimate {
  border: 1px solid #7cc149;
  border-radius: 5px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  height: 42px;
  margin-top: 7px;
}

.total_estimate p {
  color: #7cc149;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 25px;
}

.total_estimate span {
  color: #23405d;
  font-size: 15px;
  font-weight: 500;
}

.dashboard .single_lineitem .create_process .documents .item {
  margin: 0;
  width: 144px;
  margin-right: 5px;
  height: 165.25px;
  position: relative;
}

.create_process .documents .item .doc {
  position: relative;
}

.create_process .documents .item .doc .action_buttons {
  display: none;
}

.create_process .documents .item:hover .action_buttons {
  display: block;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 4px;
  display: flex;
  align-items: center;
}

.create_process .documents .item:hover .action_buttons .material-icons {
  padding: 5px;
  border-radius: 100%;
  background-color: #6e6e6e;
  font-size: 13px;
  color: #fff;
  margin: 0 2px;
}

.dashboard .single_lineitem .upload_button {
  width: 144px;
  height: 165.14px;
  background-color: transparent;
  color: #7cc149;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #7cc149;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 98px;
  border-radius: 5px;
}

.dashboard .single_lineitem .upload_button #upload {
  width: 100%;
  height: 165.14px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dashboard .single_lineitem .create_process .documents {
  display: flex !important;
  align-items: center;
}

.dashboard .bulk_item .page-title-box h4 {
  margin-right: 87px !important;
}

.credit_scrore .xactus {
  width: 430px;
}

.credit_scrore .xactus h4 {
  font-size: 16px;
  text-align: center;
  margin: 35px 0 17px 0;
  color: rgba(35, 64, 93, 0.8);
}

.credit_scrore .xactus img {
  width: 265px;
  margin-bottom: 15px;
}

.credit_scrore .xactus .card {
  box-shadow: none;
  width: 100%;
  border-radius: 5px;
  background-image: none;
  border: 1px solid #7cc149;
}

.credit_scrore .xactus .card .card-body {
  padding-top: 22px;
}

.credit_scrore .xactus .btn_wrp {
  margin-top: 13px;
  flex-direction: column;
}

.credit_scrore .xactus .btn_wrp .text-muted {
  color: #7cc149 !important;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 22px;
  font-weight: 500;
}

.credit_scrore .xactus .btn_wrp .text-muted span {
  color: #65b1fc;
  font-size: 27px;
}

.credit_scrore .xactus .card-body {
  padding: 30px 35px;
}

.credit_scrore .score_details {
  width: auto;
  padding: 50px 0;
}

.credit_scrore .score_details h5 {
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 600;
  color: rgba(35, 64, 93, 0.8);
}

.credit_scrore .score_details img {
  width: 17px;
  margin-bottom: 0;
  margin-left: 20px;
}

.credit_scrore .score_details .score_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  margin-top: 45px;
}

.credit_scrore .score_details .score_block .company_score {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px solid rgb(168 168 168 / 25%);
  padding: 25px 28px;
}

.credit_scrore .score_details .score_block .company_score img {
  width: 130px;
  margin-bottom: 0;
  margin-left: 0;
  height: 42px;
}

.credit_scrore .score_details .score_block .company_score p {
  color: rgba(35, 64, 93, 0.6);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 31px;
}

.credit_scrore .score_details .score_block .company_score:nth-child(2) {
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.credit_scrore .score_details .other_details {
  border: 2px solid rgb(168 168 168 / 25%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
  margin-top: 5px;
  border-radius: 3px;
}

.credit_scrore .score_details .other_details h5 {
  color: rgba(35, 64, 93, 0.7);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.credit_scrore .score_details .other_details p {
  color: rgba(35, 64, 93, 0.7);
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}

.credit_scrore .score_details .score_block .company_score:nth-child(1) {
  border-radius: 3px 0 0 3px;
}

.credit_scrore .score_details .score_block .company_score:nth-child(3) {
  border-radius: 0 3px 3px 0;
}

.credit_scrore .score_details .dummy_img {
  width: 311px;
  margin-left: 0px;
}

.ReactModalPortal .ReactModal__Overlay {
  background-color: rgb(0 0 0 / 75%) !important;
  z-index: 9999;
}

.file_upload_popup {
  background: #fff;
  width: 70%;
  margin: 0 auto;
  margin-top: 9%;
  padding: 20px 25px;
  border-radius: 6px;
  position: relative;
}

.file_upload_popup .close_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: none;
  padding: 0;
}

.file_upload_popup h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

.file_upload_popup .dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
  border: 2px dashed #b1b1b1;
  padding: 20px;
}

.file_upload_popup .fillbtn_new {
  width: inherit;
  display: inline-block;
}

.file_upload_popup .dropzone.disable {
  opacity: 0.5;
  pointer-events: none;
}

.file_upload_popup .choose_file {
  padding: 10px 21px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: #7cc149;
  color: #fff;
  border-radius: 3px;
}

.file_upload_popup .choose_file:hover {
  background-color: #5c9f2b;
}

.top-fix {
  position: sticky;
  top: 70px;
  background-color: white;
  z-index: 100;
  padding-top: 20px;
}

.form-group .css-b62m3t-container {
  border: 1px solid var(--bs-input-border-color);
  border-radius: 5px;
}

.has-error .form-control {
  border-color: red !important;
}

.dashboard .fee_management label {
  color: #1c1b1f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-right: 15px;
}

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

.dashboard .fee_management .search select {
  width: 280px;
}

.dashboard .detailed_app.fee_management .normal_page.create_entity .toggle {
  margin-left: 0 !important;
}

.dashboard
  .detailed_app.fee_management
  .normal_page.create_entity
  .toggle
  .toggle-label {
  text-transform: capitalize;
  font-weight: 600;
}

.dashboard .payment_penalty .data_table th:last-child,
.dashboard .payment_penalty .data_table td:last-child {
  text-align: center !important;
}

.form_package {
  min-height: 350px;
}

.form_package .border_btn {
  padding: 6px 10px;
  font-size: 12px;
}

.form_package .dropdown-menu {
  border: solid 1px #7cc149;
}

.form_package .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  color: #23405d;
  padding: 8px 12px;
}

.form_package .dropdown-menu .dropdown-item .icon {
  font-size: 20px !important;
  margin-right: 5px;
  color: #23405dc4;
}

.needs_description .form_section .border_btn.print {
  display: none;
}

.needs_description .form_section .search h3 {
  color: #9aba8d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.needs_description .form_section .text_editor {
  margin-top: 0px;
}

.needs_description .form_section textarea {
  min-height: 130px;
}

.needs_description .form_section .text_editor .jodit-workplace {
  height: 200px !important;
}

.needs_description .form_section .text_editor .jodit-wysiwyg {
  height: 200px !important;
}

/* .tablegrid .rdt_Table .sc-hLQSwg:last-child {position: sticky; right: 0; z-index: 8;} */
.tablegrid .rdt_Table .sc-hLQSwg:nth-child(1) {
  min-width: 130px !important;
  max-width: 130px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(2) {
  min-width: 155px !important;
  max-width: 155px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(3) {
  min-width: 192px !important;
  max-width: 192px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(4) {
  min-width: 190px !important;
  max-width: 190px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(5) {
  min-width: 170px !important;
  max-width: 170px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(6) {
  min-width: 157px !important;
  max-width: 157px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(7) {
  min-width: 155px !important;
  max-width: 155px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(8) {
  min-width: 150px !important;
  max-width: 150px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(9) {
  min-width: 141px !important;
  max-width: 141px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(10) {
  min-width: 135px !important;
  max-width: 135px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(11) {
  min-width: 213px !important;
  max-width: 213px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(12) {
  min-width: 150px !important;
  max-width: 150px;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(13) {
  min-width: 115px !important;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(14) {
  min-width: 150px !important;
}

.tablegrid .rdt_Table .sc-hLQSwg:nth-child(15) {
  min-width: 165px !important;
}

.tablegrid .rdt_Table .rdt_TableBody .rdt_TableRow .rdt_TableCell {
  background-color: inherit;
}

.emailmanager_table .rdt_Table .sc-hLQSwg:nth-child(1) {
  width: 90%;
  max-width: 90% !important;
}

.emailmanager_table .rdt_Table .sc-hLQSwg:nth-child(2) {
  width: 10%;
  max-width: 10% !important;
}

.capitalize-text {
  text-transform: capitalize;
}

.tooltip-container {
  position: relative;
}

.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: -2px;
  bottom: 40px;
  font-weight: 500;
  text-transform: capitalize;
}

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

.tooltip-container:hover .tooltip,
a:hover .tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.question_tooltip .tooltip {
  width: 197px;
  padding: 10px 12px;
  text-align: left;
  right: -158px;
  bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  border-radius: 5px;
}

.question_tooltip .tooltip:before,
.question_tooltip .tooltip:after {
  bottom: -10px;
  left: 10%;
}

.new_loan .content_body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 148px);
}

.new_loan .content_body .card {
  width: 370px;
}

.new_loan .content_body .card .card-body {
  padding: 33px;
}

.new_loan .content_body h1 {
  text-align: left;
  font-size: 25px;
  color: #464452;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.new_loan .content_body .d-flex {
  margin-top: 17px;
}

.new_loan .content_body .btn {
  background-color: #7cc149;
  border-radius: 5px;
  color: #fff;
  padding: 11px 8px 11px 11px;
  font-size: 12px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  border: 1px solid #7cc149;
  margin-right: 10px;
  text-align: left;
  line-height: 16px;
}

.new_loan .content_body .btn img {
  margin-left: 0;
  width: 20px;
  margin-right: 15px;
}

.new_loan .content_body .btn span {
  font-weight: normal;
  background-color: #8ad256;
  border-radius: 100%;
  width: 24px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: 18px;
}

.dashboard .ag-category-carousel_item.prev_completed .indicator {
  background-color: #ffa500;
  border: solid 2px #ffa500;
}

.main-content .columns {
  border-top: solid 1px #e4e4e4;
  padding-top: 20px;
}

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

.title_block .title {
  color: #9aba8d;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.title_block .close_btn {
  border: solid 1px #d4dceb;
  background-color: #fff;
  padding: 6px 8px 6px 8px;
  color: #7cc149;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.title_block .close_btn .icon {
  color: #7cc149;
  font-size: 22px;
}

.title_block .close_btn :hover {
  background-color: #f6f6f6;
}

.fee_table .icon_btn .icon {
  color: #7cc149 !important;
  font-size: 20px !important;
}

.fee_table .icon_btn {
  justify-content: center;
  padding: 5px 10px !important;
}

.adress_elp {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.new_popup.searchpopup .modal-content {
  min-width: 550px !important;
  width: 550px !important;
}

.new_popup.searchpopup .modal-content .search_wrp {
  display: flex;
  align-items: center;
  position: relative;
}

.new_popup.searchpopup .modal-content .dropdown .item {
  padding: 10px;
  font-size: 13px;
  line-height: 16px;
  border-bottom: solid 1px #e4e4e4;
  color: #101010;
  font-weight: 600;
  cursor: pointer;
}

.new_popup.searchpopup .modal-content .dropdown .item:hover {
  background-color: #fbfbfb;
}

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

.new_popup.searchpopup .form-control:focus {
  background: #eaeffc;
}

.new_popup.searchpopup .form-group label {
  color: #1c1b1f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.new_popup.searchpopup .form-group .search_wrp .fs_btn {
  padding: 8px 10px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  border: solid 1px #7cc149;
  color: #fff;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.new_popup.searchpopup .form-group .search_wrp .fs_btn .icon {
  font-size: 28px;
}

.new_popup.searchpopup .pop_close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.new_popup.searchpopup .pop_close .icon {
  font-size: 22px;
}

.new_popup.searchpopup .modal-dialog {
  max-width: 550px !important;
  margin-top: 10%;
}

.new_popup.searchpopup .modal-body {
  padding: 20px 20px;
}

.conditional_popup.show {
  background: #000000b0;
}

.dashboard .detailed_app .normal_page.create_entity .mt_40 {
  margin-top: 40px !important;
}

.info_hover {
  display: none;
  position: absolute;
}

.ag-category-carousel_item:hover .info_hover {
  display: block;
}

.page_close {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 100% !important;
  background-color: #f7f7f7;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  justify-content: center;
}

.alert_popup {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: #000000a8;
  z-index: 9999;
}

.alert_popup .modal-body {
  position: relative;
  background-color: #fff !important;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.alert_popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 100% !important;
  background-color: #f7f7f7;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  justify-content: center;
}

.alert_popup .alert_icon {
  color: #7cc149;
  font-size: 40px;
  margin-bottom: 15px;
  padding: 20px;
  background-color: #f0ffe5;
  border-radius: 100%;
  line-height: 50px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert_popup h3 {
  font-size: 26px;
  font-weight: bold;
  color: #5b5b5b;
}

.alert_popup p {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

.alert_popup .alert_check {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}

.alert_popup .fs_btn {
  background-color: #7cc149;
  padding: 6px 25px;
}

.alert_popup label {
  color: #5b5b5b !important;
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 0px;
}

.alert_popup .alert_check .check {
  zoom: 1.3;
  margin-right: 5px;
}

.share_block {
  min-height: 400px;
}

.share_block .fillbtn_new {
  border-radius: 4px;
}

.hed_btns {
  display: flex;
}

.hed_btn {
  background-color: transparent;
  border: none;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8cbf5a;
}

.apps_menu {
  position: relative;
}

.hed_btns .apps_menu .dropdown-menu {
  background-color: #fff;
  width: 100px;
  right: 0 !important;
  padding: 10px;
  min-width: 140px;
  left: inherit !important;
}

.apps_menu .dsb_btn {
  border: solid 1px #7cc149;
  border-radius: 5px;
  background-color: #fbfdf9;
  padding: 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 16px;
  color: #23405dcc;
  text-align: left;
  width: 120px;
  justify-content: space-between;
  height: 40px;
  font-size: 12px;
  margin-bottom: 7px;
}

.apps_menu .dsb_btn .icon {
  color: #7cc149;
  font-size: 22px;
}

.text_wrp {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom_popup {
  background-color: #000000c2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_popup .popup_content {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 450px;
  border-radius: 6px;
}

.custom_popup .popup_content .header {
  background-color: rgba(154, 186, 141, 1);
  border: 1px solid rgba(192, 190, 190, 1);
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-border-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 6px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.custom_popup .popup_content .header .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

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

.custom_popup .popup_content .header .icon {
  color: #fff;
  font-style: normal;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
}

.custom_popup .popup_content .popup_body {
  padding: 25px;
}

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

.custom_popup .form-control:focus {
  background: #eaeffc;
}

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

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

.tbl_btn {
  color: #7cc149 !important;
  font-size: 13px;
  line-height: 15px;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 10px !important;
  border: solid 1px #7cc149;
}

.search_btns {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-top: solid 2px #d3dbf0;
  padding-top: 20px;
  margin-top: 10px;
}

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

.search_btns .sts {
  display: flex;
  align-items: center;
}

.search_btns .sts .form-group {
  display: flex;
  position: relative;
  margin-right: 15px;
}

.search_btns .sts .form-group .icon {
  position: absolute;
  right: 14px;
  top: 11px;
  color: #7cc149;
}

.search_btns .sts p {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 600;
  margin: 0 20px 0 0;
}

.search_btns .sts .form-control {
  background-color: #ecf0fa;
  border: none;
  padding: 12px 15px;
  width: 270px;
}

.search_result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-top: solid 1px #e4e4e4;
  padding-top: 20px;
}

.search_result h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.search_result .border_btn {
  border-radius: 5px !important;
  padding: 5px 10px !important;
  font-size: 13px;
  text-transform: capitalize;
}

.search_result .search_btns {
  width: inherit;
  display: flex;
  justify-content: center;
  border: none;
  margin: 0px;
  padding: 0px;
}

.be_table > div {
  width: 2500px;
}

.be_table::-webkit-scrollbar {
  height: 7px;
  border-radius: 30px;
}

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

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

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

textarea.form-control {
  white-space: normal !important;
  overflow: auto !important;
}

.calculator_block h3 {
  font-size: 28px;
}

.ql-container.ql-snow {
  border: none !important;
}

.quill {
  border: 1px solid #ccc;
}

#calculations .col-md-12 .toggle {
  display: inline-block;
  margin-bottom: 0 !important;
}

.underwriting_termsheet .uwl {
  display: inline-block;
}

.task_item .erkbiK div:first-child {
  white-space: normal !important;
}

.rdt_TableCell div:first-child {
  white-space: inherit !important;
}

.dashboard_block
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(5)
  div:first-child {
  overflow-y: auto !important;
  max-height: 50px;
}

.dashboard_block
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(5)
  div:first-child::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.dashboard_block
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(5)
  div:first-child::-webkit-scrollbar-track {
  background: #eeeeee;
}

.dashboard_block
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(5)
  div:first-child::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.dashboard_block
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(5)
  div:first-child::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(6)
  div:first-child {
  overflow-y: auto !important;
  max-height: 50px;
}

.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(6)
  div:first-child::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(6)
  div:first-child::-webkit-scrollbar-track {
  background: #eeeeee;
}

.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(6)
  div:first-child::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(6)
  div:first-child::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(6),
.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(6) {
  padding: 5px 16px;
}

.dashboard_block
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(5),
.task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(5) {
  padding: 5px 16px;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_20 {
  margin-left: 20px;
}

.ml_5 {
  margin-left: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.ml_0 {
  margin-left: 0px !important;
}

.mb_5 {
  margin-bottom: 5px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_20 {
  margin-right: 20px;
}

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

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

.border_btn {
  margin: 0;
  background-color: transparent;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #84b052;
  text-transform: uppercase;
  border: solid 1px #7cc149;
  border-radius: 5px;
  display: inline-block;
}

.border_btn:hover {
  background: rgba(149, 201, 113, 0.2);
  color: #84b052;
}

.solid_btn {
  padding: 7px 15px;
  color: #fff;
  background-color: #7cc149;
  margin: 0 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #7cc149;
}

.solid_btn:hover {
  background-color: #6eaf40;
}

.create_btn {
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid #7cc149;
  background: #7cc149;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.create_btn .icon {
  margin-left: 10px;
}

.create_btn:hover {
  background: #69a73b;
  color: #fff;
}

.z0 {
  zoom: inherit !important;
}

.border_btn.icon {
  display: flex;
  align-items: center;
}

.border_btn.icon .icon {
  margin-left: 8px;
}

.bold {
  font-weight: bold;
}

.share_block .fillbtn_new {
  border-radius: 4px;
}

.search_spinner {
  width: 20px;
  position: absolute;
  top: 12px;
  right: 52px;
  z-index: 999;
}

.search_close {
  position: absolute;
  top: 12px;
  right: 52px;
  z-index: 999;
  width: 22px;
  padding: 3px;
  background-color: #fffffff7;
  border-radius: 100%;
  border: solid 1px #e4e4e4de;
  cursor: pointer;
}

.search_close:hover {
  background-color: #f0f0f0;
}

.css-1p3m7a8-multiValue {
  border-radius: 3px !important;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0px;
  background: -moz-linear-gradient(
    top,
    #efefef 0%,
    #eeeeee 47%,
    #ffffff 84%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    top,
    #efefef 0%,
    #eeeeee 47%,
    #ffffff 84%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    #efefef 0%,
    #eeeeee 47%,
    #ffffff 84%,
    #ffffff 100%
  );
  border: 1px solid #b9b9b9;
}

.css-13cymwt-control .css-1p3m7a8-multiValue .css-wsp0cs-MultiValueGeneric {
  padding: 6px;
  padding-right: 0px;
}

.css-1nmdiq5-menu {
  font-size: 12px !important;
  line-height: 12px;
  font-weight: 500;
}

.css-1nmdiq5-menu > div::-webkit-scrollbar {
  width: 5px;
}

.css-1nmdiq5-menu > div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.css-1nmdiq5-menu > div::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 6px;
}

.css-1nmdiq5-menu > div::-webkit-scrollbar-thumb:hover {
  background: #a2a2a2;
}

.css-1dyz3mf {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box !important;
  flex: 1 1 0%;
  flex-wrap: nowrap !important;
  position: relative;
  overflow: auto !important;
  padding: 2px 8px;
  box-sizing: border-box;
}

.css-1dyz3mf::-webkit-scrollbar {
  height: 4px;
}

.css-1dyz3mf::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.css-1dyz3mf::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}

.css-1dyz3mf::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.css-b62m3t-container {
  padding: 0px !important;
}

.css-b62m3t-container .css-13cymwt-control {
  height: auto;
  background-color: transparent;
  min-height: 43.7px;
  max-height: 60px;
  overflow-y: auto;
}

.css-b62m3t-container .css-13cymwt-control:hover {
  border-color: hsl(0, 0%, 80%);
}

.css-b62m3t-container .css-qbdosj-Input {
  font-size: 14px !important;
}

.css-b62m3t-container .css-166bipr-Input {
  font-size: 14px !important;
}

.css-1cfo1cf {
  color: #23405d !important;
  font-size: 14px !important;
}

.css-1h01tm3-Input {
  font-size: 14px !important;
}

.css-1jqq78o-placeholder {
  font-size: 14px;
  color: #23405d;
}

.css-3iigni-container .css-1jqq78o-placeholder {
  font-size: 14px;
  color: #23405d;
}

.css-olqui2-singleValue {
  font-size: 14px;
}

.css-b62m3t-container .css-1jqq78o-placeholder {
  font-size: 14px;
  color: #23405d !important;
}

.css-b62m3t-container .css-t3ipsp-control:hover {
  border: 1px solid #ced4da;
  box-shadow: none !important;
  min-height: 43.7px;
  background-color: #ecf0fa !important;
  border-color: #ecf0fa !important;
}

.css-b62m3t-container .css-t3ipsp-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none !important;
  min-height: 43.7px;
  background-color: #ecf0fa !important;
  border-color: #ecf0fa !important;
}

.css-b62m3t-container .css-t3ipsp-control {
  border: 1px solid #ced4da;
  box-shadow: none !important;
  min-height: 43.7px;
  background-color: #ecf0fa !important;
  border-color: #ecf0fa !important;
}

.searchpopup.new_popup .modal-dialog .modal-body {
  overflow: unset;
}

.searchpopup.new_popup .modal-dialog .modal-body .dropdown {
  max-height: calc(100vh - 159px);
  overflow: auto;
}

.searchpopup.new_popup .modal-dialog .modal-body .dropdown::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}

.searchpopup.new_popup
  .modal-dialog
  .modal-body
  .dropdown::-webkit-scrollbar-track {
  background: #eeeeee;
}

.searchpopup.new_popup
  .modal-dialog
  .modal-body
  .dropdown::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 6px;
}

.searchpopup.new_popup
  .modal-dialog
  .modal-body
  .dropdown::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.searchpopup.new_popup.searchpopup .modal-dialog {
  margin-top: 5%;
}

.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(2),
.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(2) {
  max-width: 8%;
  min-width: 8%;
}

.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(6),
.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(6) {
  max-width: 16%;
  min-width: 16%;
}

.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(7),
.fbs
  .task_block
  .task_item
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(7) {
  max-width: 12%;
  min-width: 12%;
}

.dashboard .dsb_wrp .dsb_right .loan_list li .check_box {
  max-height: 32px;
  overflow-y: auto;
  width: calc(100% - 90px);
  padding-left: 0;
}

.dashboard .dsb_wrp .dsb_right .loan_list li .check_box::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.dashboard
  .dsb_wrp
  .dsb_right
  .loan_list
  li
  .check_box::-webkit-scrollbar-track {
  background: #eeeeee;
}

.dashboard
  .dsb_wrp
  .dsb_right
  .loan_list
  li
  .check_box::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.dashboard
  .dsb_wrp
  .dsb_right
  .loan_list
  li
  .check_box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.task_block.needs .clmn:nth-child(2) {
  overflow-y: auto !important;
  max-height: 78px;
}

.task_block.needs .clmn:nth-child(2)::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.task_block.needs .clmn:nth-child(2)::-webkit-scrollbar-track {
  background: #eeeeee;
}

.task_block.needs .clmn:nth-child(2)::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.task_block.needs .clmn:nth-child(2)::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.user_management .my_account .db_table td .max_text {
  overflow-y: auto !important;
  max-height: 51px;
}

.user_management .my_account .db_table td .max_text::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.user_management .my_account .db_table td .max_text::-webkit-scrollbar-track {
  background: #eeeeee;
}

.user_management .my_account .db_table td .max_text::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.user_management
  .my_account
  .db_table
  td
  .max_text::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.expo.loan_summary .my_account .search .search_close {
  top: 10px;
  right: 196px;
}

.expo.loan_summary .my_account .search .search_spinner {
  top: 10px;
  right: 196px;
}

.expo.loan_summary .my_account .dropdown {
  max-height: calc(100vh - 388px);
  overflow: auto;
  right: 0;
}

.expo.loan_summary .my_account .dropdown::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}

.expo.loan_summary .my_account .dropdown::-webkit-scrollbar-track {
  background: #eeeeee;
}

.expo.loan_summary .my_account .dropdown::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 6px;
}

.expo.loan_summary .my_account .dropdown::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.send_email .text_editor {
  margin-top: 0;
}

.error_msg {
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: 3px;
  font-weight: 500;
}

.error-message {
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: 0px;
  font-weight: 500;
}

.less_than .toggle-label {
  font-size: 13px !important;
}

.less_than .label_text {
  font-size: 11px;
}

/* #INDIVIDUALFORMS .form_section .fs_btn {margin-right: 24px;} */
.active_broker {
  display: flex;
  align-items: center;
}

.active_broker label {
  color: rgba(132, 176, 82, 1);
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}

.active_broker p {
  color: rgba(35, 64, 93, 0.6);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 10px;
}

.detailed_app .contact_right {
  display: flex;
  align-items: center;
}

.detailed_app .contacts #cell-8-undefined {
  justify-content: end;
}

.duplicate_contacts .modal-content {
  width: 730px !important;
  background-color: #f5f8ff;
  min-width: 730px;
}

.duplicate_contacts .modal-content h3 {
  margin-bottom: 5px;
}

.duplicate_contacts .modal-content .card p {
  margin-bottom: 2px;
  color: rgba(35, 64, 93, 1);
  font-weight: 500;
  text-align: left;
  font-size: 14.5px;
  color: rgba(35, 64, 93, 0.8);
}

.duplicate_contacts .modal-content .card {
  box-shadow: none;
  border: 1px solid #f7f9ff;
  margin-bottom: 42px;
  width: 100%;
}

.duplicate_contacts .modal-content .card .title {
  color: rgba(124, 193, 73, 1);
  font-size: 13px;
  text-transform: capitalize;
}

.duplicate_contacts .modal-content .outline_button {
  background-color: #fff;
  color: rgba(124, 193, 73, 1);
  border: 1px solid rgba(124, 193, 73, 1);
}

.duplicate_contacts .modal-content .pop_btn.disable {
  opacity: 0.5;
  pointer-events: none;
}

.duplicate_contacts .modal-body {
  padding: 25px 45px;
}

.duplicate_contacts.show {
  background: #000000b0;
}

.duplicate_contacts .modal-content .outline_button:hover {
  background-color: #fff !important;
  color: rgba(124, 193, 73, 1);
}

.duplicate_contacts .modal-dialog {
  width: 730px;
  min-width: 730px;
}

.add_fee .modal-dialog {
  max-width: 650px !important;
  width: 650px !important;
}

.add_fee .modal-dialog textarea {
  min-height: 122px;
}

.add_fee .modal-dialog .toggle span {
  color: #1c1b1f;
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
  margin-left: 0;
  margin-right: 16px;
}

.field_info {
  position: absolute;
  bottom: -25px;
  left: 0px;
}

.form-group.sed {
  position: relative;
}

@media (min-width: 1150px) and (max-width: 1280px) {
  .filters .search_block {
    width: calc(100vw - 830px);
  }
}

@media (min-width: 1300px) and (max-width: 1440px) {
  .filters .icon_btn {
    padding: 8px 8px;
    font-size: 12px;
  }

  .stages .card p {
    font-size: 12px;
  }

  .stages .card .card-body {
    padding: 10px;
  }

  .db_table th {
    font-size: 11px;
    padding: 8px;
  }

  .db_table td {
    font-size: 12px;
    padding: 8px;
  }

  .filters .icon_btn:nth-child(2) {
    width: 130px;
  }

  .less_than .label_text {
    font-size: 10px;
  }

  .less_than .toggle-label {
    font-size: 12px !important;
  }
}

@media (min-width: 1281px) and (max-width: 1366px) {
  .calculator_block {
    zoom: 0.69;
  }

  .dashboard .calculator_block .my_account {
    height: calc(100vh - -331px);
  }

  .filters .search_block {
    width: calc(100vw - 985px);
  }

  .zoom {
    zoom: 0.9;
  }

  .form_package {
    zoom: 0.85;
  }

  .dashboard {
    zoom: 0.85;
  }

  .sub_menu ul li:hover > ul {
    height: 100%;
  }

  .sub_menu > ul > li > ul > li > a {
    font-size: 11px !important;
    line-height: 14px;
    padding: 6px 10px !important;
  }

  .sub_menu ul ul li .sub_item .icon img {
    width: 19px;
  }

  .has-sub > ul > li > .sub_menu_arrow {
    top: 5px;
  }

  .user_management .plans_section {
    zoom: 0.85;
  }

  .account_form {
    zoom: 0.9;
  }

  .dashboard .form_section {
    zoom: inherit;
  }

  .form_section {
    zoom: 0.9;
  }

  .user_management .search {
    zoom: 0.9;
  }

  .sub_menu ul ul li a {
    font-size: 11px !important;
    line-height: 14px;
    padding: 10px 10px !important;
  }

  .ip_block {
    min-height: calc(100vh - 364px) !important;
  }

  .dashboard .dsb_right .img {
    height: 386px;
  }

  .landing_page {
    padding: 30px 0;
  }

  .landing_wrp {
    margin-top: 2%;
  }

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

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

  .dashboard .dsb_wrp .dsb_right .loan_list {
    height: 162px !important;
  }

  .dashboard .dsb_wrp .dsb_right .loan_list li .check_box {
    max-height: 53px !important;
  }

  .dashboard .dsb_wrp .dsb_right .loan_list .inprogress_page {
    min-height: 120px !important;
  }

  .dashboard .dsb_wrp .dsb_right .loan_list .inprogress_page .icon {
    margin-top: 30px !important;
  }

  .expo.loan_summary .my_account .dropdown {
    max-height: calc(100vh - 285px);
  }

  .value_block .custom-dropdown-content {
    min-width: 350px !important;
  }

  .investor_statement .bulk_investor .search .create_btn {
    padding: 8px 16px !important;
  }

  .transaction_page .deposit_withdrawl {
    width: 13% !important;
  }

  .transaction_page .steps .box.bx_progress {
    background: transparent;
    width: 21% !important;
  }

  .user_management .steps .box .text {
    font-size: 12px;
  }

  .form1098
    .table-responsive
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(5),
  .form1098 .table-responsive .rdt_Table .rdt_TableCell:nth-child(5) {
    max-width: 18.7%;
    min-width: 18.7%;
  }

  .form1098
    .table-responsive
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .form1098 .table-responsive .rdt_Table .rdt_TableCell:last-child {
    max-width: 8.6%;
    min-width: 8.6%;
  }

  .form1098
    .table-responsive
    .Import_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .form1098
    .table-responsive
    .Import_table
    .rdt_Table
    .rdt_TableCell:nth-child(2) {
    max-width: 11.9%;
    min-width: 11.9%;
  }

  .form1098
    .table-responsive
    .Import_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(5),
  .form1098
    .table-responsive
    .Import_table
    .rdt_Table
    .rdt_TableCell:nth-child(5) {
    max-width: 12%;
    min-width: 12%;
  }

  .form1098
    .table-responsive
    .Import_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .form1098
    .table-responsive
    .Import_table
    .rdt_Table
    .rdt_TableCell:last-child {
    max-width: 6.7%;
    min-width: 6.7%;
  }

  .termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .termsheetprefills_table .rdt_Table .rdt_TableCell:last-child {
    max-width: 8.6%;
    min-width: 8.6%;
  }

  .termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .termsheetprefills_table .rdt_Table .rdt_TableCell:nth-child(2) {
    max-width: 24.5%;
    min-width: 24.5%;
  }

  .termsheetmanager_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .termsheetmanager_table .rdt_Table .rdt_TableCell:last-child {
    max-width: 8.1%;
    min-width: 8.1%;
  }

  .termsheetmanager_table.notes_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .termsheetmanager_table.notes_table .rdt_Table .rdt_TableCell:last-child {
    max-width: 55%;
    min-width: 55%;
  }

  .under_writing_termsheet
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(1),
  .under_writing_termsheet .rdt_Table .rdt_TableCell:nth-child(1) {
    max-width: 60%;
    min-width: 60%;
  }

  .under_writing_termsheet
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .under_writing_termsheet .rdt_Table .rdt_TableCell:nth-child(2) {
    max-width: 32.65%;
    min-width: 32.65%;
  }

  .under_writing_termsheet
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .under_writing_termsheet .rdt_Table .rdt_TableCell:last-child {
    max-width: 7.4%;
    min-width: 7.4%;
  }

  .termsheet_refil_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .termsheet_refil_table .rdt_Table .rdt_TableCell:nth-child(2) {
    max-width: 71.45%;
    min-width: 71.45%;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(1),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(1) {
    max-width: 150px;
    min-width: 150px;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(2) {
    max-width: 136px;
    min-width: 136px;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:last-child {
    max-width: 125px;
    min-width: 125px;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(6),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(6) {
    max-width: 140px;
    min-width: 140px;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(7),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(7) {
    max-width: 151px;
    min-width: 151px;
  }
  .dashboard_block .loan_needs_comments .comments-wrapper .offcanvas-body .notification-body {
    overflow-x: hidden;
    max-height: calc(100vh - 83px) !important;
    overflow-y: auto;
}
}

@media (min-width: 1367px) and (max-width: 1440px) {
  .form_package {
    zoom: 0.9;
  }

  .dashboard {
    zoom: 0.85;
  }

  .ip_block {
    min-height: calc(100vh - 341px) !important;
  }

  .dashboard .dsb_right .img {
    height: calc(100vh - 330px);
  }

  .landing_wrp .hello_welcome {
    zoom: 1.08;
  }

  .dashboard .dsb_wrp .dsb_right .loan_list {
    height: 124px;
  }

  .calculator_block {
    zoom: 0.855;
  }

  .filters .search_block {
    width: calc(100vw - 985px);
  }
}

@media (min-width: 1441px) and (max-width: 1560px) {
  .form_package {
    zoom: 0.9;
  }

  .dashboard {
    zoom: 0.9;
  }

  .landing_wrp .hello_welcome {
    zoom: 1.14;
  }

  .calculator_block {
    zoom: 0.769;
  }
}

@media (min-width: 1561px) and (max-width: 1600px) {
  .form_package {
    zoom: 0.9;
  }

  .dashboard {
    zoom: 0.83;
  }

  .landing_wrp .hello_welcome {
    zoom: 1.2;
  }

  .dashboard .dsb_right .img {
    height: calc(100vh - 330px);
  }

  .dashboard .dsb_wrp .dsb_right .loan_list {
    height: 125px;
  }

  .calculator_block {
    zoom: 0.878;
  }
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .form_package {
    zoom: 0.9;
  }

  .dashboard {
    zoom: 0.8;
  }

  .landing_wrp .hello_welcome {
    zoom: 1.3;
  }
}

@media (min-width: 1300px) and (max-width: 1919px) {
  .metismenu > li > a > img {
    width: 25px;
  }
}

@media (min-width: 1920px) {
  .dashboard .dsb_right .img {
    height: 400px;
  }

  .landing_wrp .hello_welcome {
    zoom: 1.4;
  }

  .signin-header {
    zoom: 1.3;
  }

  .landing_page .login_box .card-body {
    padding: 55px;
  }

  .calculator_block {
    zoom: 0.9;
  }

  .dashboard .calculator_block .my_account {
    height: calc(100vh - -30px);
  }

  /* #layout-wrapper {zoom: 1.6;} */
  .main-content {
    min-height: 100vh !important;
  }

  .card.fbs {
    min-height: calc(100vh - 369px) !important;
  }

  .fbs .new-table-wrapper .p-datatable-wrapper {
    max-height: 839px !important;
    overflow: auto !important;
  }

  .dashboard .wizard .scroll-container ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .dashboard .ag-category-carousel_item {
    display: inline-flex !important;
    width: 100%;
    padding: 0 25px;
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dashboard .ag-category-carousel_item::after {
    content: "";
    position: absolute;
    top: 41px;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(
      90deg,
      #b1bad1,
      #b1bad1 75%,
      transparent 75%,
      transparent 100%
    );
    background-size: 12px 1px;
    border: none;
  }
}

@media (max-width: 1600px) {
  .db_table.odh {
    zoom: 0.9;
  }
}

@media (min-width: 1600px) {
  .dashboard .dsb_wrp .dsb_right .loan_list {
    height: 127px !important;
  }

  .dashboard .dsb_wrp .dsb_right .loan_list li .check_box {
    max-height: 52px !important;
  }

  .dashboard .dsb_wrp .dsb_right .loan_list .inprogress_page {
    min-height: 120px !important;
  }

  .dashboard .dsb_wrp .dsb_right .loan_list .inprogress_page .icon {
    margin-top: 30px !important;
  }

  .value_block .custom-dropdown-content {
    min-width: 420px !important;
  }

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

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

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

  .detailed_investor_reporttable
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(4),
  .detailed_investor_reporttable
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(4) {
    max-width: 262px;
    min-width: 262px;
  }

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

  .detailed_investor_reporttable
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(6),
  .detailed_investor_reporttable
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(6) {
    max-width: 266px;
    min-width: 266px;
  }

  .detailed_investor_reporttable
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(7),
  .detailed_investor_reporttable
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(7) {
    max-width: 165px;
    min-width: 165px;
  }

  .transaction_page .search .form-group {
    width: 44% !important;
  }

  .user_management .steps .box .img {
    width: 36px;
  }

  .user_management .steps .box.active:after {
    top: 58px;
  }

  .user_management .steps .box .text {
    font-size: 14px;
  }

  .form1098
    .table-responsive
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .form1098 .table-responsive .rdt_Table .rdt_TableCell:nth-child(2) {
    max-width: 17.2%;
    min-width: 17.2%;
  }

  .form1098
    .table-responsive
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .form1098 .table-responsive .rdt_Table .rdt_TableCell:last-child {
    max-width: 5.8%;
    min-width: 5.8%;
  }

  .form1098
    .table-responsive
    .Import_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .form1098
    .table-responsive
    .Import_table
    .rdt_Table
    .rdt_TableCell:nth-child(2) {
    max-width: 15.08%;
    min-width: 15.08%;
  }

  .form1098
    .table-responsive
    .Import_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .form1098
    .table-responsive
    .Import_table
    .rdt_Table
    .rdt_TableCell:last-child {
    max-width: 4.6%;
    min-width: 4.6%;
  }

  #statementslog
    .termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  #statementslog .termsheetprefills_table .rdt_Table .rdt_TableCell:last-child {
    max-width: inherit !important;
    min-width: 8.6%;
  }

  .termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .termsheetprefills_table .rdt_Table .rdt_TableCell:nth-child(2) {
    max-width: 27.2%;
    min-width: 27.2%;
  }

  .termsheetmanager_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .termsheetmanager_table .rdt_Table .rdt_TableCell:last-child {
    max-width: 5.81%;
    min-width: 5.81%;
  }

  .termsheetmanager_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .termsheetmanager_table .rdt_Table .rdt_TableCell:nth-child(2) {
    max-width: 44.2%;
    min-width: 44.2%;
  }

  .under_writing_termsheet
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(1),
  .under_writing_termsheet .rdt_Table .rdt_TableCell:nth-child(1) {
    max-width: 53%;
    min-width: 53%;
  }

  .under_writing_termsheet
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .under_writing_termsheet .rdt_Table .rdt_TableCell:nth-child(2) {
    max-width: 41.95%;
    min-width: 41.95%;
  }

  .under_writing_termsheet
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .under_writing_termsheet .rdt_Table .rdt_TableCell:last-child {
    max-width: 5.1%;
    min-width: 5.1%;
  }

  .termsheet_refil_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .termsheet_refil_table .rdt_Table .rdt_TableCell:nth-child(2) {
    max-width: 74.2%;
    min-width: 74.2%;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(1),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(1) {
    max-width: 25% !important;
    min-width: 280px !important;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(2) {
    max-width: 10% !important;
    min-width: 200px !important;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(3),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(3) {
    max-width: 15% !important;
    min-width: 240px !important;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(4),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(4) {
    max-width: 10% !important;
    min-width: 180px !important;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(5),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(5) {
    max-width: 10% !important;
    min-width: 185px !important;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(6),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(6) {
    max-width: 10% !important;
    min-width: 130px !important;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(7),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(7) {
    max-width: 10% !important;
    min-width: 155px !important;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(8),
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:nth-child(8) {
    max-width: 10% !important;
    min-width: 160px;
  }

  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableHead
    .rdt_TableHeadRow
    .rdt_TableCol:last-child,
  .funds_dis_table.termsheetprefills_table
    .rdt_Table
    .rdt_TableCell:last-child {
    max-width: 85px;
    min-width: 85px;
  }

  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(1),
  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(1) {
    max-width: 300px;
    min-width: 300px;
  }

  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(2),
  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(2) {
    max-width: 251px;
    min-width: 251px;
  }

  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(3),
  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(3) {
    max-width: 300px;
    min-width: 300px;
  }

  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(4),
  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(4) {
    max-width: 195px;
    min-width: 195px;
  }

  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(5),
  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(5) {
    max-width: 195px;
    min-width: 195px;
  }

  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(6),
  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(6) {
    max-width: 170px;
    min-width: 170px;
    text-align: center;
  }

  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(7),
  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(7) {
    max-width: 180px;
    min-width: 180px;
    text-align: center;
  }

  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableHeadRow
    .rdt_TableCol:nth-child(8),
  .detailed_investor
    .funddistribution_summary
    .funds_dis_table
    .rdt_Table
    .rdt_TableBody
    .rdt_TableRow
    .rdt_TableCell:nth-child(8) {
    max-width: 150px;
    min-width: 150px;
    text-align: center;
  }
}

@media (min-width: 2500px) {
  /* .page-content {min-height: 100vh !important; }  */
  .fbs .card-body {
    height: calc(100vh - 367px);
  }

  .fbs .tablegrid {
    max-height: calc(100% - 150px);
  }

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

  .dashboard .wizard .scroll-container ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .dashboard_block .loan_needs_comments .comments-wrapper .offcanvas-body .notification-body {
    overflow-x: hidden;
    max-height: calc(100vh - 198px) !important;
    overflow-y: auto;
}
}

@media (min-width: 1920px) {
  .dashboard_block .loan_needs_comments .comments-wrapper .offcanvas-body .notification-body {
    overflow-x: hidden;
    max-height: calc(100vh - 198px) !important;
    overflow-y: auto;
}
}
/* Mobile */
@media (min-width: 300px) and (max-width: 480px) {
  .create_process .content_blk .title {
    font-size: 16px;
    width: 90%;
    text-align: center;
  }

  .create_process .feild_title {
    font-size: 14.5px;
  }

  .create_process .cp_btn {
    padding: 5px 23px;
    font-size: 13px;
  }

  .create_process .btn-group2 .cp_btn {
    width: 319px;
    padding: 8px 18px;
  }

  .create_process .content_blk {
    min-height: calc(100vh - 311px);
  }

  .create_process .search_block {
    width: 100%;
    margin-bottom: 15px;
  }

  .create_process .search_block .search_wrp {
    padding: 11px 14px;
  }

  .create_process .search_block .search_wrp span {
    font-size: 21px;
  }

  .create_process .search_block .search_wrp .form-control {
    font-size: 14px;
  }

  .create_process .loan_program .lp_box {
    margin-bottom: 10px;
    height: auto;
  }

  .create_process .loan_program .lp_box h2 {
    font-size: 22px;
  }

  .create_process .loan_program .lp_box .lp_icon {
    width: 80px;
    height: 80px;
  }

  .create_process .loan_program .lp_box .lp_icon img {
    width: 35px;
  }

  .create_process .loan_program .lp_box ul li {
    font-size: 14px;
  }

  .create_process .loan_program .lp_box ul li .img {
    width: 21px;
    margin-right: 5px;
  }

  .create_process .content_blk .hed {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .create_process .content_blk .hed .back {
    width: 9%;
    position: inherit;
    top: unset;
    left: unset;
  }

  .create_process .content_blk .si .seleted_item {
    padding-left: 0%;
  }

  .create_process .texbox {
    width: 100%;
  }

  .create_process .texbox .sub_title {
    font-size: 13px;
  }

  .create_process .content_blk .hed .skip {
    position: absolute;
    right: 99px;
    top: 42px;
    font-size: 14px;
  }

  .create_process .s_app .uploads .item .left h4 {
    font-size: 13px;
    word-break: break-word;
  }

  .create_process .s_app .uploads .item .left .img {
    margin-right: 5px;
  }

  .sweet-alert {
    width: 98% !important;
    max-width: 98% !important;
    margin: 0 auto !important;
  }

  .create_process .rf_boxs .box {
    width: 100%;
    height: 180px;
    margin: 0 0 8px 0;
  }

  .create_process .content_blk .cont.loan_program {
    padding: 24px 0px;
  }

  .create_process .content_blk .hed .title2 {
    font-size: 22px;
  }

  .create_process .s_app .upload .icon {
    font-size: 26px;
  }

  .create_process .create_success {
    min-height: calc(100vh - 232px) !important;
  }

  .create_process .create_success h3 {
    font-size: 18px;
  }

  .create_process .create_success .icon {
    width: 100px;
    height: 100px;
  }

  .create_process .create_success .icon .img {
    width: 44px;
  }

  .create_process .create_success p {
    font-size: 15px;
  }

  .landing_page .login_box .card-body {
    padding: 20px !important;
  }

  .landing_page .landing_content .col-md-7 {
    display: none;
  }

  .landing_page .landing_content img {
    display: none;
  }

  .landing_page .landing_content .welcome h1 {
    font-size: 23px !important;
    text-align: center !important;
  }

  .landing_page .landing_content .welcome .d-flex {
    justify-content: center;
    flex-direction: column;
  }

  .landing_page .landing_content .welcome .btn {
    padding: 19px 15px !important;
    font-size: 16px !important;
    text-align: center !important;
    justify-content: center !important;
    margin-bottom: 7px !important;
    margin-right: 0px !important;
    font-weight: 500;
  }

  .landing_page .landing_content img {
    display: none;
  }

  .landing_page .landing_content .welcome .btn br {
    display: none;
  }

  .landing_page .landing_content .welcome .btn span {
    display: none !important;
  }

  .landing_page .landing_content .welcome p {
    text-align: center !important;
    font-size: 14px !important;
  }

  .signin-header {
    width: 99%;
    margin: 0 auto;
  }

  .full_layout .header_block .title {
    font-size: 17px;
  }

  .title_block .close_btn {
    padding: 5px 6px 5px 6px;
  }

  .title_block .close_btn .icon {
    font-size: 18px;
  }

  .deletepop_new .modal-content {
    width: 100% !important;
  }

  .popup .modal-content {
    min-width: 100%;
  }

  .fbs .task_block .card-body {
    padding-top: 10px;
  }

  .task_block .search {
    flex-direction: column;
  }

  .dashboard .services_form .search .create_btn {
    justify-content: center;
  }

  .task_block .search .form-group {
    justify-content: space-between;
    margin-top: 10px;
  }

  .fbs .card-body {
    padding: 15px;
  }

  .stages_block .stages_nav {
    top: -38px;
  }

  .page-title-box h4 {
    margin-bottom: 0px !important;
  }

  .filters {
    overflow-x: auto;
  }

  .fbs .dashboard_block {
    padding-top: 11px;
  }

  .new_popup .modal-content {
    min-width: 100% !important;
  }

  .page-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .my_account {
    padding: 15px;
  }

  .tab-content {
    padding: 0px !important;
  }

  .card-body.my_account {
    padding: 15px;
  }

  .my_account .about_me .row {
    flex-direction: column-reverse;
  }

  .my_account
    .tab-content
    .tab-pane
    .account_form.user_info
    .account_form.password_settings
    .row {
    flex-direction: column-reverse;
  }

  .my_account
    .tab-content
    .tab-pane
    .account_form.user_info
    .account_form.password_settings
    h3 {
    margin-bottom: 0px !important;
  }

  .my_account
    .tab-content
    .tab-pane
    .account_form.user_info
    .account_form.password_settings
    .password_instructions
    .instructions {
    margin: 10px 0;
  }

  .mt-3.mb-5.ms-5.me-5.d-flex.justify-content-between.align-items-center {
    margin-left: 1rem !important;
    overflow-x: auto;
    white-space: nowrap;
  }

  .user_management .search {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .user_management .sl_block .left {
    width: 40%;
  }

  .user_management .sl_block .right {
    padding: 0px !important;
  }

  .account-pages
    .row.justify-content-center.login_box
    .col-md-8.col-lg-6.col-xl-5 {
    width: 97%;
    max-width: 97%;
  }

  .account-pages
    .row.justify-content-center.login_box
    .col-md-8.col-lg-6.col-xl-5
    .card-body {
    padding: 12px;
  }

  .account-pages
    .row.justify-content-center.login_box
    .col-md-8.col-lg-6.col-xl-5
    .card-body
    h2 {
    font-size: 19px;
  }

  .new_loan .page-content > .container-fluid {
    padding: 0 8px;
  }

  .dashboard .dashboard_block .loan_panel .left .row .col-md-2,
  .dashboard .dashboard_block .loan_panel .left .row .col-md-3 {
    width: 50%;
    max-width: 50%;
  }

  .dashboard .dashboard_block .loan_panel .left p {
    font-size: 13px;
  }

  .page_not_found .no_data {
    width: 330px;
    height: 330px;
  }

  .dashboard .form_title {
    font-size: 16px;
  }

  .my_account .tab-content.pt-15 {
    padding-top: 15px !important;
  }

  .my_account .nav-justified .nav-item .nav-link {
    padding: 10px 11px 10px 11px !important;
    font-size: 12.5px !important;
  }

  .dashboard .detailed_app .create_entity .toggle {
    margin: 0px 0 4px 0 !important;
  }

  .mdn {
    display: none;
  }

  .dashboard .underwriting_termsheet .col-md-3 .toggle.mb-3 {
    margin: 6px 0 0.5rem 0 !important;
  }

  .credit_scrore .xactus {
    width: 100%;
  }

  .credit_scrore .xactus .card-body {
    padding: 22px 22px;
  }

  .credit_scrore .xactus img {
    width: 202px;
  }

  .credit_scrore .score_details img {
    width: 17px;
  }

  .credit_scrore .score_details h5 {
    font-size: 23px;
  }

  .credit_scrore .score_details .dummy_img {
    width: 95%;
  }

  .credit_scrore .score_details .score_block {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .credit_scrore .score_details .score_block .company_score {
    padding: 15px;
  }

  .credit_scrore .score_details .score_block .company_score img {
    width: 80px;
    height: 25px;
  }

  .credit_scrore .score_details .score_block .company_score p {
    font-size: 13px;
  }

  .credit_scrore .score_details .other_details {
    padding: 11px 15px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .credit_scrore .score_details .other_details h5 {
    font-size: 13px;
  }

  .credit_scrore .score_details .other_details p {
    font-size: 12px;
  }

  .dashboard .consolidate_pdf.columns .columns_block {
    width: 100%;
  }

  .columns .columns_block .con {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }

  .columns .columns_block .middle {
    margin: 10px 0;
  }

  .columns .columns_block .middle .border_btn {
    justify-content: center;
  }

  .columns .columns_block .con .column_box {
    width: 100%;
  }

  .dashboard .detailed_app .normal_page.create_entity .toggle {
    margin: 10px 0 10px 0px !important;
  }

  .dashboard .detailed_app .normal_page.create_entity .mt_40 {
    margin-top: 17px !important;
  }

  .create_group .modal-dialog .modal-content {
    min-width: 100% !important;
  }

  .user_management .my_account .tab-content #HMDA .sl_block.form_section {
    flex-direction: column;
  }

  .user_management .my_account .tab-content #HMDA .sl_block.form_section .left {
    width: 100%;
  }

  .user_management
    .my_account
    .tab-content
    #HMDA
    .sl_block.form_section
    .right {
    width: 100%;
    padding: 15px !important;
  }

  .user_management .my_account .tab-content #LOAN .page-title-box {
    align-items: flex-start;
    justify-content: left;
    flex-direction: column;
  }

  .dashboard .loan_audit .btn-group {
    overflow-x: auto;
    justify-content: flex-start;
    margin-bottom: 23px;
  }

  .dashboard .loan_audit .btn-group .create_btn {
    font-size: 11px !important;
    height: 37px;
    width: auto;
    white-space: nowrap;
    padding: 7px 13px !important;
  }

  .dashboard .loan_summary .more_details .detail_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard .payment_setup {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard .detailed_app .search h4 {
    white-space: nowrap;
  }

  .dashboard .loan_summary .payments_details .detail_block {
    width: 100%;
  }

  .dashboard .history .db_table td {
    white-space: nowrap;
  }

  .dashboard .loan_summary .payments_details .detail_block {
    width: 100%;
  }

  .dashboard .advaned .mb_20 {
    flex-direction: column !important;
    align-items: start !important;
  }

  .dashboard .advaned .column-1 {
    width: 100% !important;
  }

  .dashboard .advaned .column-3 {
    width: 100% !important;
  }

  .dashboard .advaned .column-3 .ps-5 {
    padding-left: 0px !important;
  }

  .dashboard .perr_diem p {
    font-size: 10px;
  }

  .dashboard .draw_request .toggle-label {
    white-space: nowrap;
  }

  .my_account .toggle-checkbox {
    position: inherit !important;
  }

  .my_account .toggle {
    display: flex;
    margin-left: 10px;
  }

  .dashboard .perr_diem {
    padding: 5px 15px;
  }

  .dashboard .draw_request .status_group {
    display: inline-flex;
  }

  .dashboard .single_lineitem .upload_button {
    height: 132px;
  }

  .dashboard .sd .title {
    text-align: start !important;
  }

  .dashboard .alert_message {
    width: 100%;
  }

  .my_account .search .title {
    white-space: nowrap;
    margin-right: 20px;
  }

  .my_account .search .border_btn {
    white-space: nowrap;
  }

  .needs .files .file_upload {
    width: 107px;
    height: 105px;
  }

  .dashboard .single_lineitem .create_process .documents {
    flex-direction: column;
  }

  .dashboard .single_lineitem .create_process .documents .item {
    width: 100%;
    margin: 10px;
  }

  .dashboard .single_lineitem .upload_button {
    width: 100%;
  }

  .needs .form_section .search {
    flex-direction: row;
  }
}

/* Tab */

@media (min-width: 750px) and (max-width: 1080px) {
  .create_process .content_blk {
    min-height: calc(100vh - 290px);
  }

  .create_process .loan_program .lp_box {
    margin-bottom: 10px;
  }

  .create_process .content_wrp .content_blk .cont.loan_program .row {
    justify-content: flex-start;
  }

  .create_process .content_wrp .content_blk .cont.loan_program .row .col-md-4 {
    width: 50%;
  }

  .create_process .content_blk .si .seleted_item {
    padding-left: 20%;
  }

  .sweet-alert {
    width: 60% !important;
    max-width: 60% !important;
    margin: 0 auto !important;
  }

  .create_process .rf_boxs .box {
    width: 47.7%;
    height: 185px;
    margin: 8px;
  }

  .create_process .create_success {
    min-height: calc(100vh - 211px) !important;
  }

  .landing_page .landing_content {
    flex-direction: column;
  }

  .landing_page .landing_content .col-md-7 {
    width: 100% !important;
  }

  .landing_page .landing_content .hello_welcome {
    width: 100% !important;
    margin-top: 45px !important;
  }

  .landing_page .landing_content img {
    width: 57% !important;
  }

  .landing_page .landing_content .welcome h1 {
    text-align: center !important;
  }

  .landing_page .landing_content .welcome .d-flex {
    align-items: center;
    justify-content: center;
  }

  .landing_page .landing_content .welcome p {
    text-align: center !important;
  }

  .landing_page .login_box .card-body {
    padding: 30px 20px !important;
  }

  .landing_page .landing_content .welcome .btn {
    margin: 0 5px !important;
  }

  .landing_page .landing_content .hello_welcome .btn img {
    width: 20px !important;
  }

  .user_management .form_section .col-md-3 {
    width: 50%;
  }

  .user_management .form_section .col-md-4 {
    width: 50%;
  }

  .user_management .form_section .col-md-2 {
    width: 50%;
  }

  .new_popup .modal-dialog {
    max-width: 95% !important;
  }

  .new_popup .modal-content {
    max-width: 95% !important;
    min-width: 100% !important;
  }

  .my_account .account_form .col-md-3 {
    width: 50%;
  }

  .my_account .account_form .col-md-4 {
    width: 50%;
  }

  .my_account .account_form .col-md-8 {
    width: 50%;
  }

  .dashboard .dashboard_block .loan_panel .left .row .col-md-2,
  .dashboard .dashboard_block .loan_panel .left .row .col-md-3 {
    width: 25%;
    max-width: 25%;
  }

  .dashboard .dashboard_block .loan_panel .left .row .col-md-3:last-child {
    width: 50%;
    max-width: 50%;
  }

  .dashboard .consolidate_pdf.columns .columns_block {
    width: 97%;
  }

  .columns .columns_block .middle {
    margin: 0 10px;
  }

  .tdn {
    display: none;
  }

  .user_management .my_account .tab-content #HMDA .sl_block.form_section .left {
    width: 33%;
  }

  .user_management
    .my_account
    .tab-content
    #HMDA
    .sl_block.form_section
    .right {
    width: 67%;
  }

  .user_management.expo.loan_summary .search {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .dashboard .loan_summary .main_details {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .dashboard .loan_summary .detail_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard .loan_summary .more_details .detail_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard .advaned .mb_20 {
    flex-direction: column !important;
    align-items: start !important;
  }

  .dashboard .advaned .column-1 {
    width: 100% !important;
  }

  .dashboard .advaned .column-3 {
    width: 100% !important;
  }

  .dashboard .advaned .column-3 .ps-5 {
    padding-left: 0px !important;
  }

  .dashboard .perr_diem {
    margin-top: 5px !important;
  }

  .dashboard .loan_summary .search {
    overflow: scroll;
  }

  .dashboard .detailed_app .search h4 {
    white-space: nowrap;
  }

  .dashboard .user_management .search {
    overflow: scroll;
  }

  .dashboard .draw_request .status_group {
    display: inline-flex;
  }
}

@media (min-width: 300px) and (max-width: 1080px) {
  .create_process .header .logo .img {
    width: 75%;
  }

  .create_process .content_wrp {
    width: 100%;
    padding: 0 15px;
  }

  .create_process .header .wrapper {
    width: 93%;
  }

  .create_process .content_wrp .steps {
    overflow-x: scroll;
    width: 100%;
    max-width: 100%;
    overflow-y: hidden;
  }

  .create_process .content_wrp .box.bx_progress .text {
    font-size: 12px;
  }

  .create_process .content_wrp .box .img {
    width: 25px;
  }

  .cp_footer {
    padding: 20px 15px;
  }

  .cp_footer .wrapper {
    flex-direction: column;
  }

  .cp_footer p {
    text-align: center;
  }

  .create_process .content_blk .cont {
    padding: 24px 15px;
  }

  .create_process .form {
    width: 100%;
  }

  .create_process .s_app .uploads .item {
    width: 100%;
  }

  .create_process .s_app .uploads .item:nth-child(2n) {
    margin-left: 0;
  }

  .create_process .rf_boxs {
    width: 100%;
  }

  .cp_footer ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cp_footer ul li {
    text-align: center;
  }

  .cp_footer ul li a {
    text-align: center;
  }

  .cp_footer ul li:nth-child(2) {
    display: none;
  }

  .create_process .create_success .block {
    width: 100%;
  }

  .signin-logo {
    height: 27px;
  }

  .landing_page .wrapper {
    width: 96%;
  }

  .filters {
    overflow-x: auto;
  }

  .filters .search_block {
    width: 100%;
  }

  .filters .search_block .form-control {
    width: 300px;
    height: 40px;
    font-size: 10px;
  }

  .filters .search_block .btn {
    height: 40px;
  }

  .filters .filters .btn {
    height: 40px;
  }

  .filters .icon_btn {
    width: auto;
    height: 40px;
    white-space: nowrap;
  }

  .filters .icon_btn .icon {
    font-size: 20px;
    margin-left: 15px;
  }

  .filters .btn {
    font-size: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .filters .btn img {
    width: 19px;
  }

  .search_btns {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .search_btns .sts {
    margin-left: 50px;
  }

  .search_btns .sts p {
    white-space: nowrap;
  }

  .fillbtn_new {
    white-space: nowrap;
  }

  .menu-hide {
    display: none !important;
  }

  .vertical-menu {
    width: 205px;
  }

  .menu-show {
    display: block !important;
  }

  .my_account .nav-justified .nav-item .nav-link {
    padding: 10px 15px 15px 15px;
    font-size: 14px;
  }

  .nav-tabs .nav-item .nav-link .d-block {
    display: none !important;
  }

  .nav-tabs .nav-item .nav-link .d-none {
    display: block !important;
  }

  .dashboard .navbar-header {
    overflow: scroll;
  }

  .dashboard .menu .btn {
    white-space: nowrap;
  }

  .dashboard .wizard .scroll-container {
    overflow: scroll;
  }

  .navbar-header .dropdown .noti-icon i {
    display: none;
  }

  .dashboard .dashboard_block {
    padding: 0 7px;
  }

  .dashboard .dsb_wrp {
    flex-direction: column;
  }

  .dashboard .dsb_left {
    width: 100%;
  }

  .dashboard .dsb_left .dsp_flx {
    flex-direction: column;
  }

  .w_50 {
    width: 100%;
  }

  .dsb_wrp .w_50 .card {
    margin-left: 0px;
  }

  .dashboard .dsb_right {
    padding-left: 0px;
  }

  .dashboard .dsb_wrp .dsb_right .loan_list {
    height: 230px;
  }

  .dashboard .dsb_right {
    width: 100%;
  }

  .dashboard .footer {
    padding: 12px;
  }

  .footer .d-sm-block {
    display: block !important;
  }

  .db_table th {
    white-space: nowrap;
  }

  .my_account .search .title {
    margin-bottom: 0;
  }

  .detailed_app .my_account .form_section.deal_lead .row {
    flex-direction: column-reverse;
  }

  .detailed_app
    .my_account
    .form_section.deal_lead
    .row
    .col-md-3:first-child
    .row {
    flex-direction: column;
  }

  .dashboard .underwriting_termsheet .search {
    justify-content: unset;
    overflow-x: auto;
  }

  .dashboard .underwriting_termsheet .search .create_btn {
    padding: 8px 15px !important;
    white-space: nowrap;
    font-size: 12px !important;
  }

  .dashboard .underwriting_termsheet .underwriting_buttons {
    overflow-x: auto;
  }

  .dashboard .underwriting_termsheet .underwriting_buttons .fs_btn {
    white-space: nowrap;
  }

  .user_management.underwriting_termsheet
    .db_table
    td:nth-child(1)
    .form-control {
    width: 250px;
  }

  .user_management.underwriting_termsheet
    .db_table
    td:nth-child(2)
    .form-control {
    width: 140px;
  }

  .user_management.underwriting_termsheet
    .db_table
    td:nth-child(3)
    .form-control {
    width: 150px;
  }

  .user_management.underwriting_termsheet
    .db_table
    td:nth-child(4)
    .form-control {
    width: 100px;
  }

  .user_management.underwriting_termsheet
    .db_table
    td:nth-child(5)
    .form-control {
    width: 100px;
  }

  .user_management.underwriting_termsheet
    .db_table
    td:nth-child(6)
    .form-control {
    width: 270px;
  }

  .dashboard .consolidate_pdf {
    width: 100%;
  }

  .pdf_doc.new_popup .modal-dialog {
    max-width: 100% !important;
    width: 98%;
  }

  .pdf_doc.new_popup .modal-dialog .modal-content {
    min-width: 100% !important;
  }

  .expo.loan_summary .main_details {
    flex-direction: column;
  }

  .expo.loan_summary .payments_details .detail_block {
    width: 100%;
  }

  .expo .search .border_btn {
    white-space: nowrap;
  }

  .dashboard .detailed_app.expo .search .title_block button {
    white-space: nowrap;
  }

  .user_management .sl_block {
    flex-direction: column;
  }

  .user_management .sl_block .left {
    width: 100%;
  }

  .user_management .sl_block .right {
    width: 100%;
  }
}

.item.focused {
  background-color: #e0e0e0;
  /* Highlight color */
}

.content_blk.contentblk_new {
  min-height: unset;
}

.content_blk.contentblk_new .form {
  margin-top: 0;
}

.content_blk.contentblk_new label {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.content_blk.contentblk_new .expand_icon {
  position: absolute;
  right: 6px;
  top: 20px;
  color: #5c5c5c;
}

.dsb_wrp .loan_info {
  margin-bottom: 7px;
  margin-left: 7px;
}

.dashboard .detailed_app .normal_page.create_entity .toggle_center {
  margin: 35px 0 0px 0 !important;
  display: inline-block;
}

.text-white {
  color: #fff;
}

.dashboard .fee_management .db_table th {
  vertical-align: middle;
}

.dashboard .fee_management .db_table td {
  vertical-align: middle;
}

.dashboard .loan_summary .detail_block.empty_block {
  background-color: transparent;
  border: none;
}

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

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

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

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

.sc-dmXWDj::-webkit-scrollbar {
  height: 5px;
  border-radius: 30px;
}

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

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

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

.hlbvEC::-webkit-scrollbar {
  height: 5px;
  border-radius: 30px;
}

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

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

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

.long_title {
  text-align: center !important;
  line-height: 15px !important;
  white-space: inherit;
}

.long_title > div > div {
  white-space: inherit;
}

.value_block .form-group {
  display: flex !important;
  flex-direction: column;
}

.value_block .form-group .custom-dropdown-btn {
  padding: 11px 20px;
  width: 100%;
}

/* form manager values drodpown start */
.value_block .custom-dropdown {
  position: relative;
  display: inline-block;
}

.value_block .custom-dropdown-btn {
  color: #333;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
}

.value_block .custom-dropdown-chevron {
  margin-left: 10px;
}

.value_block .custom-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 340px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
}

.value_block .custom-dropdown:hover .custom-dropdown-content {
  display: block;
  top: 0;
}

.value_block .custom-dropdown-category {
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.value_block .custom-category-label {
  font-weight: 600;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.value_block .custom-sub-chevron {
  margin-left: 10px;
  font-size: 11px;
  font-weight: normal;
}

.value_block .custom-dropdown-category:hover,
.custom-dropdown-item:hover {
  background-color: #e0e0e0;
  /* Background color when hovering over items */
}

.value_block .custom-dropdown-category .custom-dropdown-subcontent {
  display: block;
}

.value_block .custom-dropdown-subcontent {
  display: none;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
}

.value_block .custom-dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
  color: #555;
  white-space: nowrap;
}

.value_block .custom-dropdown-item:hover {
  background-color: #e4e4e4;
  /* Background color when hovering over sub-options */
  color: #000;
}

.value_block .custom-dropdown-subcontent .custom-dropdown-item {
  font-size: 12px;
}

/* form manager values drodpown end */

.fees_table {
  margin-top: 38px;
}

.dashboard .detailed_app .servicing_payments .interest_only .toggle {
  margin: 40px 0 0 0 !important;
}

.servicing_payments .summary_tab .search {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.servicing_payments .summary_tab .search p {
  margin-bottom: 0;
  color: #9aba8d;
  font-size: 14px;
  font-weight: 600;
}

.servicing_payments .summary_tab .search p span {
  font-weight: 700;
  color: rgba(35, 64, 93, 0.6);
  margin-left: 8px;
}

.servicing_payments .summary_tab .left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

/* .servicing_payments .summary_tab .right {width: 49.5%; border: 1px solid #CCD8F6; padding: 17px;} */
.servicing_payments .summary_tab .left .summary {
  border: 1px solid #ccd8f6;
  padding: 17px;
  width: 49.6%;
}

.servicing_payments .summary_tab .detail_block {
  border: none;
  padding: 0;
  width: auto;
}

.servicing_payments .summary_tab .summary .detail_block:last-child p {
  text-align: right;
}

.servicing_payments .summary_tab .summary .detail_block:last-child h4 {
  text-align: right;
}

.servicing_payments .summary_tab .right .summary {
  margin-bottom: 27px;
}

.servicing_payments .summary_tab .right .summary .detail_block p {
  margin-bottom: 2px;
}

.servicing_payments .summary_tab .consolidated {
  border: 1px solid #95c971;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(233, 240, 230, 0.6);
  margin-top: 9px;
}

.servicing_payments .summary_tab .consolidated p {
  margin-bottom: 0;
  color: #84b052;
  font-weight: 600;
  font-size: 16.5px;
  text-transform: capitalize;
}

.servicing_payments .summary_tab .consolidated p span {
  margin-left: 15px;
  font-weight: 700;
}

.odr .form_title {
  justify-content: space-between;
  padding-right: 20px;
}

.odr .back_btn {
  align-items: center;
}

.odr .back_btn .icon {
  color: #555;
}

.odr .my_account .nav-link {
  display: flex;
  align-items: center;
}

.odr .my_account .nav-link .icon {
  margin-right: 5px;
}

.odr_settings {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.odr_settings .dr {
  display: flex;
  align-items: baseline;
  margin-right: 30px;
}

.odr_settings .dr h4 {
  color: #7cc149;
  font-size: 14px;
  margin-bottom: 0px;
}

.odr_settings .dr .num {
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  padding: 4px 12px;
  margin-left: 10px;
  border: 1px solid #f0f4ff;
  background-color: #f0f4ff;
  color: rgba(35, 64, 93, 1);
}

.odr_settings .border_btn .icon {
  margin-left: 0px !important;
  margin-right: 5px;
  font-size: 22px;
}

.odr_settings .border_btn {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #f29696;
  text-transform: inherit;
  border-radius: 5px;
  border: 1px solid rgba(255, 81, 81, 0.2);
}

.odr_settings .btns {
  display: flex;
}

.odr_settings .solid_btn {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.odr_settings .solid_btn .icon {
  font-size: 22px;
  margin-right: 5px;
}

.odr_settings button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.odr_settings .approved {
  margin-bottom: 0;
  border: 1px solid #d0dbf9;
  padding: 3px 10px;
  border-radius: 5px;
  color: #7cc149;
  font-weight: 700;
  font-size: 11px;
  display: flex;
  align-items: center;
  height: 36px;
}

.odr_settings .approved span {
  color: rgba(35, 64, 93, 0.5);
  margin-left: 3px;
}

.odr_settings .denied {
  border: 1px solid rgba(255, 81, 81, 0.2);
  color: #f29696;
}

#DRAWPAYOUT .total_estimate {
  margin-top: 0px;
}

#ORDERINSPECTION .text_editor {
  margin-top: 10px;
}

#ORDERINSPECTION .text_editor .jodit-workplace {
  height: 320px !important;
}

#DRAWPAYOUT .text_editor {
  margin-top: 0px;
}

#DRAWPAYOUT .text_editor .jodit-workplace {
  height: 294px !important;
}

#abouttheborrower .page-title-box .title {
  margin-bottom: 0;
}

.borrower_exposure.add_fee .modal-dialog {
  max-width: 1600px !important;
  width: 1600px !important;
}

.borrower_exposure.add_fee .modal-content {
  min-width: 1000px !important;
}

.borrower_exposure .exposurePopup .main_details {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  margin-top: 0 !important;
  justify-content: flex-start !important;
}

.borrower_exposure .exposurePopup .main_details .detail_block {
  width: 24.5%;
  padding: 15px 15px;
  border: 1px solid #95c971;
  margin: 0 5px 10px 0;
}

.borrower_exposure .exposurePopup .main_details .detail_block p {
  color: #84b052;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
}

.borrower_exposure .exposurePopup .main_details .detail_block h4 {
  color: rgba(35, 64, 93, 0.6);
  font-size: 18px;
  margin-bottom: 0;
}

.borrower_exposure .exposurePopup .main_details .detail_block:nth-child(4n) {
  margin-right: 0;
}

.approve_pop.add_fee .modal-dialog {
  max-width: 440px !important;
  width: 440px !important;
}

.approve_pop.add_fee .modal-content {
  min-width: 440px !important;
}

.borrower_exposure .exposurePopup .dashboard_block {
  margin-top: 0;
}

.borrower_exposure .exposurePopup .dashboard_block > .card {
  min-height: unset;
  margin-bottom: 0;
  box-shadow: none;
}

.borrower_exposure .exposurePopup .my_account {
  min-height: unset;
  padding: 0;
}

.borrower_exposure .exposurePopup .dashboard_block .search {
  justify-content: flex-start;
}

.borrower_exposure .exposurePopup .my_account .dropdown {
  max-height: 215px;
  overflow: auto;
  right: 0;
}

.value_block .custom-dropdown-content::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.value_block .custom-dropdown-content::-webkit-scrollbar-track {
  background: #eeeeee;
}

.value_block .custom-dropdown-content::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.value_block .custom-dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.value_block .custom-dropdown-subcontent::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.value_block .custom-dropdown-subcontent::-webkit-scrollbar-track {
  background: #eeeeee;
}

.value_block .custom-dropdown-subcontent::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.value_block .custom-dropdown-subcontent::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.value_block .custom-dropdown-content {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

.value_block .custom-dropdown-subcontent {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

.dashboard .detailed_app .create_entity .toggle.mt-1 {
  margin-top: 10px !important;
}

.servicing_payments .summary_tab .md-container {
  width: 92%;
  margin: 0 auto;
}

.pay_off .hide_lable label {
  color: transparent !important;
}

.pay_off .hide_lable .fs_btn {
  height: 44.4px;
}

.dashboard .detailed_app.pay_off .interest_only .toggle.mb-0.mt-0 {
  margin-top: 3px !important;
}

.dashboard .detailed_app.pay_off .detail_block {
  border: 1px solid #95c971;
  padding: 12px 12px;
}

.total_estimate.approved_value {
  width: 240px;
  height: auto;
  position: relative;
  padding: 4px 13px;
  margin-top: 0;
  margin-left: 10px;
  height: 40px;
}

.total_estimate.approved_value span {
  font-weight: 600;
  font-size: 13px;
  margin-left: 12px;
}

.total_estimate.approved_value p {
  margin-right: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.total_estimate.approved_value .material-symbols-outlined {
  color: #95c971;
  position: absolute;
  right: 11px;
  top: 11px;
  font-size: 17px;
  cursor: pointer;
}

.total_estimate.approved_value .form-control {
  color: rgba(35, 64, 93, 1);
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  border: none;
  padding: 0;
}

.total_estimate.approved_value .edit_action {
  position: absolute;
  right: 11px;
  top: 5px;
}

.total_estimate.approved_value .edit_action span {
  color: #95c971;
  position: relative;
  right: unset;
  top: unset;
  font-size: 17px;
  cursor: pointer;
  margin-left: 12px;
}

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

.payoff-label {
  position: relative;
}

.payoff-question-mark {
  position: relative;
}

.payoff-formula-popup {
  display: none;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  width: 300px;
  position: absolute;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  top: 25px;
  left: 0;
}

.payoff-question-mark:hover + .payoff-formula-popup {
  display: block;
}

.dashboard .detailed_app .required_inpection.interest_only .toggle {
  margin-top: 0 !important;
  height: 129px;
  display: flex;
  align-items: center;
}

.dashboard .single_lineitem .create_process .documents .item date p {
  position: absolute;
  bottom: -60px;
  left: 0;
}

.dashboard .single_lineitem .create_process .documents .item img {
  max-height: 116px;
}

.dashboard .single_lineitem .create_process .documents .item .date p {
  padding-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.odr_settings .border_btn:hover {
  background-color: transparent;
}

.email-input-container {
  border: none !important;
  padding: 0 !important;
  position: relative;
}

.email-input-container .selected_email {
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.email-input-container .selected_email .email {
  border-radius: 3px !important;
  color: #000;
  font-size: 10.5px;
  text-transform: inherit;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0px;
  background: -moz-linear-gradient(
    top,
    #efefef 0%,
    #eeeeee 47%,
    #ffffff 84%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    top,
    #efefef 0%,
    #eeeeee 47%,
    #ffffff 84%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    #efefef 0%,
    #eeeeee 47%,
    #ffffff 84%,
    #ffffff 100%
  );
  border: 1px solid #b9b9b9;
  padding: 6px;
  margin: 2px;
}

.email-input-container .selected_email::-webkit-scrollbar {
  height: 4px;
}

.email-input-container .selected_email::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.email-input-container .selected_email::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}

.email-input-container .selected_email::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.email-input-container .selected_email .email span {
  font-size: 15px;
}

.help_text {
  font-size: 1em;
  color: #d1691e;
  margin-bottom: 15px;
}

.table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell
  .status {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #dbe3f8;
  padding: 6px 10px;
  border-radius: 5px;
  padding-right: 6px;
}

.table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell
  .status
  p {
  margin-bottom: 0;
  font-size: 12px;
}

.table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell
  .status
  span {
  color: #c2c3c7;
  font-size: 16px;
  margin-left: 8px;
}

#BUDGET .bold_green {
  color: #9aba8d;
  font-weight: 700;
  text-align: right !important;
  padding-right: 27px !important;
}

#BUDGET .bold {
  font-weight: 700;
  text-align: right !important;
  padding-right: 27px !important;
}

#BUDGET .db_table th {
  padding: 26px 0.75rem;
}

#BUDGET .table tr:last-child td {
  padding: 25px 0.75rem;
  background-color: #fbfcff;
}

#BUDGET .main_details {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

#BUDGET .main_details .detail_block {
  border: 1px solid #95c971;
  padding: 12px 12px;
  width: 24.6%;
  background-color: #fbfcff;
}

#BUDGET .main_details .detail_block p {
  color: #84b052;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
}

#BUDGET .main_details .detail_block h4 {
  color: rgba(35, 64, 93, 0.6);
  font-size: 18px;
  margin-bottom: 0;
}

.add_inspection.new_popup .modal-dialog {
  max-width: 825px !important;
}

.add_inspection.new_popup .modal-content {
  min-width: 825px !important;
  border: none;
}

.dashboard .single_lineitem .notes_textarea {
  min-height: 200px !important;
}

.lnOUep {
  white-space: normal !important;
  text-transform: uppercase;
  word-wrap: break-word !important;
  text-align: left;
  overflow-wrap: break-word !important;
}

.dashboard .services_form .search label {
  color: rgba(28, 27, 31, 1);
  font-size: 15px !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 7px;
  margin-bottom: 0;
  white-space: nowrap;
}

.dashboard .services_form .search input {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 12px 15px;
  border: none;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: auto;
  margin-right: 20px;
}

.form1098 {
  min-height: calc(100vh - 148px);
  zoom: 0.9;
}

/* .form1098 .lenderlin { width: 100px;} */
/* .form1098 .email-input-container { width: 34%; margin-right: 20px;} */
.form1098 .search {
  margin-bottom: 15px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.form1098 .search .dsp_flx {
  align-items: center;
}

.form1098 .email-input-container .selected_email {
  position: absolute;
  bottom: -28px;
}

.form1098 .error {
  position: absolute;
  left: 0;
  bottom: -25px;
  margin-bottom: 0;
}

.form1098 .email-input-container .selected_email .email {
  font-size: 11px;
  line-height: 11px;
  padding: 3px;
}

/* .form1098 .email-input-container #loanId{ width: 168px;} */
.form1098 .selected_email {
  overflow-x: auto;
  width: 100%;
}

.form1098 .search .font-size-18 {
  color: rgba(28, 27, 31, 1);
  font-size: 16px !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 5px;
}

.form1098 .search input {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 12px 15px;
  border: none;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: auto;
  margin-right: 20px;
}

.form1098.detailed_app .search input {
  margin-right: 20px;
  width: 111px;
}

.form1098 .search label {
  color: rgba(28, 27, 31, 1);
  font-size: 15px !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 7px;
  margin-bottom: 0;
  white-space: nowrap;
}

.form1098 .search input {
  border-radius: 5px;
  background: #ecf0fa;
  margin-right: 20px;
  padding: 12px 15px;
  border: none;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: auto;
  margin-right: 20px;
}

.form1098 .search select {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 12px 15px;
  border: none;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: auto;
  margin-right: 20px;
  width: 170px;
}

.form1098 .search .create_btn {
  white-space: nowrap;
  border-radius: 8px;
  font-size: 15px !important;
  padding: 11px 20px !important;
  display: flex;
  align-items: center;
  height: 41px;
}

.form1098 .search .import-file-name {
  margin-bottom: 0;
  font-size: 10px;
}

.form1098 .card-body.my_account .title {
  color: #9aba8d;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: capitalize;
}

.form1098 .form_section .year {
  width: 14% !important;
}

.form1098 .form_section .organization {
  width: 23% !important;
}

.form1098 .form_section .filters {
  width: 34% !important;
}

.form1098 .form_section .generate {
  width: 8% !important;
}

.form1098 .card-body.my_account {
  position: relative;
}

.form1098 .card-body.my_account .create_btn {
  height: 44px;
}

.form1098 .form_section .form-group {
  margin-bottom: 0px !important;
}

.form1098 .form_section {
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 11px;
}

.form1098 .filters .search_block .btn {
  padding: 10px 9px 8px 9px;
}

.form1098 .card-body.my_account .form-title {
  margin-bottom: 10px !important;
}

.form1098 .card-body.my_account .form_section .filters .ms-2 {
  color: #d1691e !important;
}

.form1098 .import_content {
  padding: 50px 70px;
  width: 34%;
  box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 25%);
  border-radius: 5px;
  min-height: 295px;
  margin: 0 auto;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form1098 .import_content .btn-gray {
  width: 127px;
  height: 127px;
  border-radius: 100%;
  background-color: #dbe3f8;
  border: 1px solid #dbe3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.form1098 .import_content .btn-gray input[type="file"] {
  width: 127px;
  height: 127px;
  border-radius: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  cursor: pointer;
}

.form1098 .import_content .btn-gray img {
  width: 30px;
}

.form1098 .import_content h5 {
  color: #000;
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.form1098 .card-body.my_account p {
  font-size: 15px;
  margin-bottom: 14px !important;
  color: #000;
}

.form1098 .import_content .create_btn .material-symbols-outlined {
  margin-right: 5px;
  font-size: 23px;
}

.form1098 .filters .search_block .dropdown {
  overflow-y: auto !important;
  max-height: 200px !important;
  height: auto !important;
  width: 100%;
}

.form1098 .filters .search_block .dropdown::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}

.form1098 .filters .search_block .dropdown::-webkit-scrollbar-track {
  background: #eeeeee;
}

.form1098 .filters .search_block .dropdown::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 6px;
}

.form1098 .filters .search_block .dropdown::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* .form1098 #lenderEin{width: 122px;} */
.search.budget {
  justify-content: start !important;
  padding-bottom: 10px;
}

.search.budget .right .fbt {
  margin-left: 65px;
}

.search.budget .title {
  color: #9aba8d !important;
}

.search.budget .fbt .form-control {
  padding: 10px 15px 10px 15px !important;
  width: 220px !important;
}

.row.payment_blocks .detail_block {
  width: 31.6% !important;
}

.odr_editer .border_btn.print {
  bottom: -55px;
  top: inherit;
}

.odr_editer {
  margin-top: 12px !important;
}

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

.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

.pagination-button {
  padding: 5px 10px;
  margin: 0 2px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.pagination-button.active {
  background-color: #007bff;
  color: white;
}

.pagination-button:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.rows-per-page-select {
  padding: 5px;
  border: none;
}

.form1098 .pdf-popup {
  height: auto !important;
  overflow-y: auto;
}

.custom-pagination label {
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 10px;
}

.custom-pagination span {
  margin: 0 25px;
}

.highlighted {
  background-color: #e0f7fa;
  font-weight: bold;
  /* Bold text */
}

.fund_summary .search h5 {
  color: rgba(35, 64, 93, 0.7);
  text-transform: uppercase;
  font-size: 14px;
}

.fund_summary .search label {
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 0;
  color: #1c1b1f;
  font-weight: 500;
}

.fund_summary .search select {
  width: 340px;
  border-radius: 5px;
  background: #ecf0fa;
  padding: 9px 10px;
  color: #23405d;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  appearance: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}

.fund_summary .steps .box.active:after {
  display: none;
}

.fund_summary .steps {
  margin-bottom: 20px;
}

.fund_summary .steps .box.bx_progress {
  background: rgba(233, 240, 230, 0.5);
  border: 1px solid #b1d1a3;
  border-radius: 5px;
}

.fund_summary .steps .box.bx_progress .info {
  display: flex;
  flex-direction: column;
  width: 72%;
  margin-right: 10px;
}

.fund_summary .steps .box.bx_progress .text {
  color: rgba(35, 64, 93, 0.8);
  margin-bottom: 3px;
  color: rgba(35, 64, 93, 0.8);
  margin-bottom: 3px;
  font-size: 15px;
}

.fund_summary .steps .box.bx_progress .text-type {
  font-size: 11px;
  color: #749266;
  font-weight: 500;
}

.fund_summary .steps .box.bx_progress img {
  width: 35px;
}

.fund_summary .search {
  margin-bottom: 10px;
}

.fund_summary .hr {
  border-top: solid 1px #c0cddc;
  margin-top: 5px;
  margin-bottom: 15px;
}

.fund_summary .search .border_btn {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 8px;
  padding: 6px 15px;
  font-weight: 500;
}

.fund_summary .search .border_btn span {
  font-weight: bold;
  margin-left: 7px;
  font-size: 19px;
}

.fund_summary .search {
  align-items: center;
}

.investor_statement .search .search_block .form-control {
  background: #ecf0fa;
  padding: 9px 10px;
  color: #23405d;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  appearance: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  height: 34.8px;
  width: 100%;
}

.investor_statement.fund_summary .search select {
  width: auto;
  width: 100%;
}

.investor_statement.fund_summary .search .empty {
  width: 2%;
}

.investor_statement .form-group {
  width: 21.5%;
}

.investor_statement .form-group.generate {
  width: 10.5%;
}

.investor_statement .search .create_btn {
  padding: 8px 25px;
  border-radius: 5px;
  border: 1px solid #7cc149;
  background: #7cc149;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 34.8px;
}

.investor_statement .search .create_btn span {
  margin-left: 8px;
  font-size: 18px;
}

.investor_statement .search {
  margin-bottom: 28px;
}

.investor_statement .md-container {
  width: 95%;
  margin: 0 auto;
  max-width: 800px;
}

.investor_statement .search .border_btn {
  padding: 8px 13px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  height: 34.8px;
}

.investor_statement .search .border_btn span {
  margin-left: 8px;
  font-size: 18px;
}

.investor_statement .tab-content {
  padding-top: 23px;
}

.investor_statement .md-container .search {
  margin-bottom: 10px;
}

.investor_statement .bulk_investor .search .create_btn {
  padding: 8px 18px;
  text-transform: uppercase;
}

.investor_statement .bulk_investor .form-group {
  width: 26.5%;
}

.investor_statement .bulk_investor .form-group.generate {
  width: 17.9%;
}

.investor_statement.fund_summary .bulk_investor .search .empty {
  width: 15%;
}

.investor_statement .bulk_investor .search.mt-4 {
  margin-bottom: 10px;
}

.investor_statement .bulk_investor .db_table td:last-child {
  color: #ff5151;
}

.investor_statement .investor_distribution_report .form-group {
  width: 21.5%;
}

.investor_statement .investor_distribution_report .form-group.generate {
  width: 10.5%;
}

.investor_statement .edit_investor_transaction .form-group {
  width: 49.2%;
}

.detailed_investor .form-group {
  width: 49.2%;
}

.detailed_investor .search {
  align-items: end;
  margin-bottom: 10px;
}

.detailed_investor .edit_investor_transaction .search {
  margin-bottom: 22px;
}

.detailed_investor .investor_distribution_report .search {
  margin-bottom: 30px;
}

.fund_management .search .create_btn {
  padding: 8px 17px;
}

.create_fundmanagement .interest_only .d-flex.align-items-center {
  height: 43.6px;
}

.create_fundmanagement .interest_only .toggle-label {
  color: #1c1b1f;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  margin-left: 0px;
  margin-right: 5px;
}

.create_fundmanagement .interest_only .toggle-switch {
  display: inline-block;
  background: #d9d9d9;
  border-radius: 16px;
  width: 27px;
  height: 15px;
  position: relative;
  vertical-align: middle;
}

.create_fundmanagement .interest_only .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 1.4px;
  left: 2px;
  transition: left 0.25s;
}

.investor_list .search .form-group {
  width: 48.7%;
}

.create_fundmanagement
  .interest_only
  .create_fundmanagement
  .interest_only
  .d-flex.align-items-center {
  height: 43.6px;
}

.create_fundmanagement .interest_only.active .d-flex.align-items-center {
  height: 43.6px;
}

.create_fundmanagement .interest_only.active .d-flex.align-items-center {
  height: 43.6px;
}

.create_fundmanagement .interest_only.active .form-group {
  margin-block-end: 0px;
}

.transaction_page .deposit_withdrawl {
  width: 150px;
  display: flex;
  flex-direction: column;
}

.transaction_page .steps .box.bx_progress .text {
  margin-bottom: 0;
  color: rgba(35, 64, 93, 0.6);
}

.transaction_page .steps .box.bx_progress .text-type {
  color: #84b052;
  margin-bottom: 2px;
}

.transaction_page .steps .box.bx_progress {
  background: transparent;
  width: 21.5%;
}

.transaction_page .steps .box.bx_progress .material-symbols-outlined {
  font-size: 40px;
  color: #7cc149;
}

.create_btn.new_button {
  border: 1px solid #7cc149 !important;
  background: rgba(124, 193, 73, 0.15) !important;
  color: #84b052 !important;
  font-size: 13px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 34.8px;
}

.create_btn.new_button:hover {
  background: rgba(124, 193, 73, 0.15) !important;
}

.transaction_page .search .form-group {
  width: 65%;
  justify-content: flex-end;
}

.transaction_page .search select {
  width: auto !important;
}

.transaction_page .search .clear {
  margin: 0 30px 0 10px;
}

.transaction_page .deposit_withdrawl .create_btn.new_button {
  font-size: 12px !important;
  padding: 8px 15px !important;
}

.transaction_page .deposit_withdrawl .create_btn.new_button.mb-1 span {
  margin-left: 30px;
  font-size: 18px;
}

.transaction_page .deposit_withdrawl .create_btn.new_button span {
  margin-left: 54px;
  font-size: 18px;
}

.transaction_page .search {
  margin-bottom: 15px;
}

.transaction_page .search .d-flex {
  margin-left: 10px;
}

.investor_statement .approve_pop .form-group {
  width: 100%;
}

.investor_statement .text_editor {
  margin-top: 15px;
}

.investor_list .search .search_block .btn {
  position: inherit;
  height: 34.8px;
  margin-left: -6px;
  font-size: 18px;
}

.create_fundmanagement
  .interest_only
  .toggle-checkbox:checked
  + .toggle-switch:before {
  left: 13px;
}

.dashboard
  .draw_request
  .budegt-table
  .db_table
  td
  .form-control:-webkit-input-placeholder {
  text-align: left;
}

.dashboard
  .draw_request
  .budegt-table
  .db_table
  td
  .form-control:-ms-input-placeholder {
  text-align: left;
}

.dashboard .draw_request .budegt-table .db_table td .form-control::placeholder {
  text-align: left;
}

.funddistribution_summary .border_btn {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: capitalize;
}

.investor-editor-container {
  flex: 1;
  /* Makes both editors take up equal space */
  min-height: 300px;
  /* Optional: Set a minimum height for the editors */
  display: flex;
  flex-direction: column;
}

.investor_block .flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.investor_block .border_btn {
  padding: 6px 13px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  height: 32px;
  margin-top: -5px;
  display: flex;
  align-items: center;
}

.investor_block .border_btn span {
  margin-left: 8px;
  font-size: 18px;
}

.investor_block .text_editor {
  margin-top: 5px;
}

.investor_block .text_editor .jodit-wysiwyg {
  height: 700px !important;
}

.investor_block .text_editor .jodit-workplace {
  height: 700px !important;
}

.editvalue {
  margin-bottom: 0;
  color: #84b052 !important;
  font-weight: 700;
  font-style: italic;
}

.edit_history.add_fee .modal-content {
  min-width: 700px !important;
}

.edit_history.add_fee .modal-dialog {
  max-width: 700px !important;
  width: 700px !important;
}

.disable {
  opacity: 0.5;
  pointer-events: none;
}

.sdf .css-1ox8kjj-control {
  background-color: #ecf0fa;
}

.sdf .css-3w2yfm-ValueContainer {
  padding-top: 5px;
}

#LOANPACKAGES .dsp_flx {
  align-items: start;
}

#LOANPACKAGES .dsp_flx .fs_btn {
  margin-right: 10px;
}

#LOANPACKAGES .jodit-container {
  min-height: 750px !important;
}

#LOANPACKAGES .text_editor .jodit-wysiwyg {
  height: 700px !important;
}

#LOANPACKAGES .text_editor .jodit-workplace {
  height: 700px !important;
}

#LOANPACKAGES .css-1dyz3mf {
  flex-wrap: wrap !important;
}

.hmda_reporting .nav-justified .nav-item .nav-link {
  padding: 10px 22px 20px 22px !important;
  font-size: 13px;
}

.popup .title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.popup .notes_table {
  max-height: 40vh;
  overflow: auto;
}

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

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

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

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

.popup .notes_table .rdt_TableCell {
  padding: 5px 15px;
}

.search_block {
  position: relative;
}

#searchFund {
  padding-right: 40px;
  /* Space for the clear button */
}

#clearSearchBtn {
  position: absolute;
  right: 50px;
  /* Adjust to position before the search button */
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.organization_table {
  text-align: left;
}

.organization_table th {
  text-align: left;
}

.organization_table td {
  vertical-align: top !important;
}

.generate_password {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: inherit;
}

.generate_password .icon {
  margin-left: 10px;
}

.user_management .select_role {
  justify-content: start;
}

.edit_organization .css-b62m3t-container .css-13cymwt-control {
  min-height: 41px;
}

.edit_organization .css-b62m3t-container .css-t3ipsp-control:hover {
  min-height: 41px;
}

.edit_organization .css-b62m3t-container .css-t3ipsp-control {
  min-height: 41px;
}

.form_package .db_table tbody td .dropdown-menu.show {
  left: -284px !important;
  max-height: 280px;
  overflow-y: auto;
  z-index: 9999999999999;
}

.form_package .db_table tbody td .dropdown-menu.show::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.form_package .db_table tbody td .dropdown-menu.show::-webkit-scrollbar-track {
  background: #eeeeee;
}

.form_package .db_table tbody td .dropdown-menu.show::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.form_package
  .db_table
  tbody
  td
  .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fbs .tablegrid .rdt_Table .sc-hLQSwg:nth-child(10) {
  min-width: 175px !important;
  max-width: 175px;
}

.fbs .tablegrid .rdt_Table .sc-hLQSwg:nth-child(11) {
  min-width: 187px !important;
  max-width: 187px;
}

.fbs .tablegrid .rdt_Table .sc-hLQSwg:nth-child(5) {
  min-width: 190px !important;
  max-width: 187px;
}

.form1098
  .table-responsive
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(1),
.form1098 .table-responsive .rdt_Table .rdt_TableCell:nth-child(1) {
  max-width: 35px;
  min-width: 35px;
}

.form1098
  .table-responsive
  .Import_table
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(1),
.form1098
  .table-responsive
  .Import_table
  .rdt_Table
  .rdt_TableCell:nth-child(1) {
  max-width: 45px;
  min-width: 45px;
}

.form1098
  .table-responsive
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:last-child,
.form1098 .table-responsive .rdt_Table .rdt_TableCell:last-child {
  justify-content: center;
}

.footer .footer-anchor {
  font-size: 14px;
  color: #fff;
}

.footer .footer-anchor:hover {
  font-size: 14px;
  color: #fff;
}

.mt-4.text-center .footer-anchor {
  font-size: 14px;
  color: #555;
}

.property_address {
  display: flex;
}

.property_address .material-icons-outlined {
  color: #61a62f;
  font-size: 18px;
  margin-right: 5px;
  cursor: pointer;
}

.loanid_popup.borrower_exposure.add_fee .modal-dialog {
  max-width: 500px !important;
  width: 500px !important;
}

.loanid_popup.borrower_exposure.add_fee .modal-content {
  min-width: 500px !important;
}

.loanid_popup.borrower_exposure.add_fee .loanid_bdy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.loanid_popup.borrower_exposure.add_fee .loanid_bdy p {
  font-size: 14px;
  line-height: 18px;
  height: 21px;
  font-weight: 500;
  margin: 0px 12px 12px 12px;
  color: #000;
  cursor: pointer;
}

.loanid_popup.borrower_exposure.add_fee .modal-content .modal-body {
  padding: 20px 10px;
  min-height: 200px !important;
}

.loanid_popup.borrower_exposure.add_fee .loanid_bdy .pincode {
  border-radius: 3px;
  text-align: center;
  width: 22.9%;
  border: 1px solid #7cc149;
  height: auto;
  margin: 0 5px 10px 5px;
  background-color: #f6fdf2;
  color: #7cc149;
  padding: 8px 15px !important;
}

.loanid_popup.borrower_exposure.add_fee .loanid_bdy .pincode:hover {
  background-color: #eaf0e7;
}

.form_content .d-flex {
  display: flex;
  align-items: start;
}

.user_management .form_section .form_content .form-group {
  width: auto;
  margin-right: 10px;
}

.form_content .white_label {
  color: #fff !important;
}

.form_content .fs_btn,
.form_content .border_btn {
  height: 44.5px;
}

.rdt_Table .rdt_TableBody .btn-group .icon {
  font-size: 18px !important;
}

.termsheetprefills_table
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:last-child,
.termsheetprefills_table .rdt_Table .rdt_TableCell:last-child {
  justify-content: center;
}

.termsheetmanager_table
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:last-child,
.termsheetmanager_table .rdt_Table .rdt_TableCell:last-child {
  justify-content: center;
}

.form_package .db_table tr th:last-child,
.form_package .db_table tr td:last-child {
  text-align: center;
}

.termspop .modal-content {
  min-width: 400px !important;
}

.warmapp_link {
  position: relative;
}

.warmapp_link .form-control {
  padding-right: 45px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.warmapp_link .btn-outline-secondary {
  position: absolute;
  right: -5px;
  top: -18px;
}

.warmapp_button .generate_password {
  height: 43.6px;
}

.warmapp_link .btn-outline-secondary:hover,
.warmapp_link .btn-outline-secondary:focus {
  background-color: transparent;
}

.warmapp_link .btn-outline-secondary:hover .material-symbols-outlined,
.warmapp_link .btn-outline-secondary:focus .material-symbols-outlined {
  color: #74788d;
}

.value_email {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  margin-bottom: 5px !important;
}

.value_email label {
  margin-bottom: 0;
}

.value_email .custom-dropdown {
  width: 500px;
  margin-left: 10px;
}

.value_email .custom-dropdown .custom-dropdown-content {
  width: 400px;
}

.value_email_block {
  width: 50%;
}

.value_email_manager {
  margin-top: 0 !important;
}

.value_email_manager .jodit-react-container {
  margin-top: 5px;
}

.email_manager_print {
  top: -46px !important;
}

.generate_link {
  height: 44.78px;
}

.dashboard .ag-category-carousel_item.completed.before .indicator {
  background-color: #fff;
  border: solid 2px #d6e0f9;
}

.dashboard .ag-category-carousel_item.completed.before h3 {
  color: #a7b0c6;
}

.filters .search_block .dropdown {
  overflow-y: auto;
  max-height: 552px;
}

.filters .search_block .dropdown::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.filters .search_block .dropdown::-webkit-scrollbar-track {
  background: #eeeeee;
}

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

.filters .search_block .dropdown::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.detailed_app .search .right #advancedSearch {
  border: solid 1px #d4dceb;
  background-color: #fff;
  padding: 8px 9px 8px 9px;
  color: #7cc149;
  border-radius: 5px;
  margin-left: 10px;
}

.email-logs .rdt_Table .rdt_TableHeadRow .rdt_TableCol:nth-child(6),
.email-logs
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(6) {
  justify-content: right;
}

.detailed_investor
  .my_account
  .form_section
  .row
  .col-md-2
  .form-group
  label
  .what {
  background-color: rgba(219, 227, 248, 1);
  border-radius: 100%;
  font-size: 13px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  justify-content: center;
  position: relative;
}

.detailed_investor
  .my_account
  .form_section
  .row
  .col-md-2
  .form-group
  label
  .what-text {
  visibility: hidden;
  width: 320px;
  background-color: #ecf0fa;
  color: #23405d;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: -629%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.detailed_investor
  .my_account
  .form_section
  .row
  .col-md-2
  .form-group
  label
  .what-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.detailed_investor
  .my_account
  .form_section
  .row
  .col-md-2
  .form-group
  label
  .what:hover
  .what-text {
  visibility: visible;
  opacity: 1;
}

.detailed_investor .my_account .form_section .row .col-md-2 .tool-form {
  margin-bottom: 0.3rem;
}

.detailed_investor
  .card
  .card-body
  .form_section
  .row
  .col-md-12
  .sdf
  .css-b62m3t-container
  .css-1dyz3mf {
  flex-wrap: wrap !important;
}

.email-template .container-fluid .value_email_manager {
  width: 114%;
}

.investor_statement
  .bulk-investor-statements-forms
  .form_section
  .row
  .col-md-3
  .form-group {
  width: 100% !important;
}

.investor_statement
  .bulk-investor-statements-forms
  .form_section
  .row
  .col-md-12
  .btn-width {
  width: 100% !important;
}

.disabled-section-permissions-buttons {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
  color: gray;
  text-decoration: none;
}

.bulk_upload_items {
  display: flex;
  flex-wrap: wrap;
}

.bulk_upload .item {
  width: 32%;
  margin: 0.6% 0.6%;
  border: 1px solid #95c971;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
}

.bulk_upload .item h3 {
  color: rgba(35, 64, 93, 0.6);
  font-size: 18px;
  margin-bottom: 0;
}

.bulk_upload .item .upload {
  padding: 15px;
  background-color: #7bc148;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bulk_upload .item .upload:hover {
  background-color: #75ba42;
}

.bulk_upload .item .upload .icon {
  font-size: 36px;
  color: #fff;
}

.bulk_upload .sample_btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #7cc149;
  font-weight: 500;
  border-radius: 3px;
  margin-top: 10px;
  background-color: #f6fdf2;
  color: #7cc149;
}

.sample_btn:hover {
  background-color: #eaf0e7;
}

.bulk_upload .sample_btn .icon {
  font-size: 24px;
  margin-right: 5px;
  margin-left: -3px;
}

.upload_block {
  margin: 0 auto;
  width: 500px;
  margin-top: 30px;
}

.bulk_upload .upload_block .file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.bulk_upload .upload_block .file-input__label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(35, 64, 93, 0.6);
  font-size: 14px;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.bulk_upload .upload_block .file-input__label h4 {
  font-weight: 600;
}

.bulk_upload .upload_block .file-input__label p {
  color: rgba(35, 64, 93, 0.9);
}

.bulk_upload .upload_block .file-input__label .icon {
  font-size: 50px;
  padding: 15px;
  background-color: #f6fdf2;
  border-radius: 100%;
  margin-bottom: 20px;
  color: #7bc148;
  border-radius: 100%;
  margin-bottom: 20px;
}

.disabled-section-permissions .form-control {
  pointer-events: none;
  background-color: rgb(233, 236, 239) !important;
}

.disabled-section-permissions .toggle-switch {
  opacity: 0.5;
}

.disabled-section-permissions .toggle {
  pointer-events: none;
}

.bulk_upload .content_status {
  margin: 0 auto;
  width: 600px;
  padding: 15px;
  border: solid 1px #7cc149;
  background-color: #ecf1f9;
  border-radius: 6px;
}

.bulk_upload .content_status h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #23405d;
  text-align: center;
}

.bulk_upload .content_status p {
  font-size: 13px;
  line-height: 16px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.bulk_upload .content_status p .icon {
  margin-right: 5px;
  font-size: 22px;
}

.bulk_upload .content_status p .icon.green {
  color: #34c28e;
}

.bulk_upload .content_status p .icon.red {
  color: #f46c6c;
}

.bulk_upload .import_table .hed {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.bulk_upload .import_table .hed h4 {
  font-size: 16px;
  margin: 0px;
}

.bulk_upload .import_table th {
  background-color: #e9f0e6;
  padding: 10px;
  color: #000;
  border: solid 1px #e9e9e9;
}

.bulk_upload .import_table td {
  padding: 10px;
  border: solid 1px #e9e9e9;
}

.form-group-flex .form-group {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.form-group-flex .form-group label {
  width: 80%;
  margin-bottom: 0px;
}

.form-group.note_text {
  height: 105px;
}

.termsheetmanager_table.notes_table
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:last-child,
.termsheetmanager_table.notes_table .rdt_Table .rdt_TableCell:last-child {
  justify-content: start;
}

.add_notes.new_popup .modal-dialog {
  max-width: 1100px !important;
}

.add_notes .textarea.form-control {
  height: 123px;
}

.add-default-need .form_section .text-area-style textarea {
  min-height: 127px;
}

.add-default-need .form_section .internal-need-center {
  justify-content: center;
  align-items: center;
}

/* .css-3w2yfm-ValueContainer {     overflow: auto !important; display: -webkit-box !important; width: 77%; flex-wrap: inherit; } */

.task_block.needs .task_item .clmn:nth-child(7) {
  display: flex;
  justify-content: center;
}

.task_block.needs .task_hed .clmn:nth-child(1),
.task_block.needs .task_item .clmn:nth-child(1) {
  width: 10% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(2),
.task_block.needs .task_item .clmn:nth-child(2) {
  width: 17% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(3),
.task_block.needs .task_item .clmn:nth-child(3) {
  width: 17% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(4),
.task_block.needs .task_item .clmn:nth-child(4) {
  width: 17% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(5),
.task_block.needs .task_item .clmn:nth-child(5) {
  width: 10% !important;
  text-align: center;
}

.task_block.needs .task_hed .clmn:nth-child(6),
.task_block.needs .task_item .clmn:nth-child(6) {
  width: 13% !important;
  text-align: center;
  display: block !important;
}

.task_block.needs .task_hed .clmn:nth-child(7),
.task_block.needs .task_item .clmn:nth-child(7) {
  width: 7% !important;
  text-align: center !important;
}

.task_block.needs .task_hed .clmn:nth-child(8),
.task_block.needs .task_item .clmn:nth-child(8) {
  width: 9% !important;
  text-align: center;
}

.task_block.needs .clmn .upload-btn-wrapper {
  margin-left: 5px;
}

.task_block.needs .task_item {
  align-items: center;
}

.task_block.needs .task_item.inprogress {
  border-left: solid 10px #fbbd08;
}

.task_block.needs .task_item.grey {
  border-left: solid 10px #6c757d;
}

.pdf_doc.file_view .modal-dialog {
  max-width: 800px !important;
}

.pdf_doc.file_view .modal-dialog .modal-content {
  min-width: 800px !important;
}

.pdf_doc.file_view .item {
  margin: 10px;
  width: 130px;
  height: 150px;
  position: relative;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.pdf_doc.file_view .item .doc {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdf_doc.file_view .item .doc .action_buttons {
  display: none;
}

.pdf_doc.file_view .item:hover .action_buttons {
  display: block;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 4px;
  display: flex;
  align-items: center;
}

.pdf_doc.file_view .item:hover .action_buttons .material-icons {
  padding: 5px;
  border-radius: 100%;
  background-color: #6e6e6e;
  font-size: 13px;
  color: #fff;
  margin: 0 2px;
  display: flex;
  align-items: center;
}

.pdf_doc.file_view .pdf-popup {
  padding: 20px !important;
  display: inline-flex;
  flex-wrap: wrap;
}

.pdf_doc.file_view .item .date p {
  padding-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.pdf_doc.file_view .date {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}

.pdf_doc.file_view .date {
  margin-top: 5px;
  margin-bottom: 2px;
  padding: 0px 15px;
}

#proxy-renderer #msdoc-renderer {
  height: calc(100vh - 103px);
}

.detailed_investor
  .funddistribution_summary
  .funds_dis_table
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(8),
.detailed_investor
  .funddistribution_summary
  .funds_dis_table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(8) {
  text-align: center;
}

.rpv-core__inner-pages {
  overflow: inherit;
}

.link-generate {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
  flex-wrap: wrap;
}

.link-generate input {
  width: 800px;
  height: 44.78px;
}

.link-generate .form-group {
  margin-bottom: 0 !important;
}

.page-label.h3 {
  color: rgba(35, 64, 93, 0.7);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

hr {
  border-top: solid 2px #c0cddc !important;
}

.link-generate .form-group button {
  position: absolute;
  right: 0px;
  transform: translate(0, -50%);
  top: 50%;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(1),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(1) {
  min-width: 4% !important;
  max-width: 4% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(2),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(2) {
  min-width: 8% !important;
  max-width: 8% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(3),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(3) {
  min-width: 11% !important;
  max-width: 11% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(4),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(4) {
  min-width: 10% !important;
  max-width: 10% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(5),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(5) {
  min-width: 7% !important;
  max-width: 7% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(6),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(6) {
  min-width: 7% !important;
  max-width: 7% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(7),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(7) {
  min-width: 1% !important;
  max-width: 1% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(8),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(8) {
  min-width: 7% !important;
  max-width: 7% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(9),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(9) {
  min-width: 7% !important;
  max-width: 7% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(10),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(10) {
  min-width: 5% !important;
  max-width: 5% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(11),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(11) {
  min-width: 6% !important;
  max-width: 6% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(12),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(12) {
  min-width: 6% !important;
  max-width: 6% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(13),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(13) {
  min-width: 6% !important;
  max-width: 6% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(14),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(14) {
  min-width: 5% !important;
  max-width: 5% !important;
}

.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(15),
.underwriting_termsheet
  .table-responsive
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(15) {
  min-width: 4% !important;
  max-width: 4% !important;
}

.searchpopup .modal-dialog .modal-content .modal-body .form-group .search_wrp {
  padding: 0;
  border: none;
  width: 100%;
}

.searchpopup
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  .search_wrp
  .search_close {
  right: 65px;
}

.dashboard .dsb_wrp .dsb_card.green .heading-wrapper .heading-style {
  border: none;
}

.dashboard .dsb_wrp .dsb_card.green .heading-wrapper {
  border: 1px solid #9aba8d;
}

.add_notes .sl_block {
  border: solid 1px #c0cddc;
  display: flex;
}

.add_notes .sl_block .left {
  border-right: solid 1px #c0cddc;
  width: 30%;
}

.add_notes .sl_block .cont {
  padding: 15px;
}

.add_notes .form_section .form-group {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

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

.add_notes .sl_block .right {
  border-right: solid 1px #c0cddc;
  width: 70%;
  padding: 15px;
}

.add_note_pop.new_popup .modal-dialog {
  max-width: 1250px !important;
}

.notes_table .max_text {
  overflow-y: auto !important;
  max-height: 51px;
}

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

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

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

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

.dashboard .servicing_payments .pay_table .form_section .search {
  margin-bottom: 11px;
}

.dashboard .servicing_payments .pay_table .form_section .fees_table .search {
  margin-bottom: 6px;
}

.selectAllBulk {
  width: 100% !important;
}

.main-content {
  width: calc(100% - 105px);
}

.email-chip:hover {
  background: #c5c5c5;
}

.status-column {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.status-column .status-btn {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  border: none;
  cursor: default;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  color: #68666f;
}

.status-column .status-btn.completed {
  background-color: #c6efb3;
  color: #3b6e22;
  border: 1px solid #c6efb3;
}

.status-column .status-btn.outstanding {
  background-color: #f4b8b8;
  color: #b44343;
  border: 1px solid #f4b8b8;
}

.status-column .status-btn.under-review {
  background-color: #c5f3ff;
  color: #0a97bb;
  border: 1px solid #c5f3ff;
}

.status-column .status-btn.na {
  background-color: #d9d9d9;
  color: #5f5f5f;
  border: 1px solid #d9d9d9;
}

.status-column .status-btn.in-progress {
  background-color: #ffdc7d;
  color: #c79407;
  border: 1px solid #ffdc7d;
}

.task_block.needs .task_item.completed-block {
  border: solid 1px #b1d85e;
  border-left: solid 10px #b1d85e;
  background-color: #f8fcf6;
}

.task_block.needs .task_item.outstanding-block {
  border: solid 1px #f39999;
  border-left: solid 10px #f39999;
  background-color: #fff8f8;
}

.task_block.needs .task_item.under-review-block {
  border: solid 1px #0a97bb;
  border-left: solid 10px #0a97bb;
  background-color: #f3fcfe;
}

.task_block.needs .task_item.na-block {
  border: solid 1px #d9d9d9;
  border-left: solid 10px #d9d9d9;
  background-color: #fafafa;
}

.task_block.needs .task_item.in-progress-block {
  border: solid 1px #ffd562;
  border-left: solid 10px #ffd562;
  background-color: #fffbf1;
}

.task_block.needs .task_hed .clmn:nth-child(1),
.task_block.needs .task_item .clmn:nth-child(1) {
  width: 10% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(2),
.task_block.needs .task_item .clmn:nth-child(2) {
  width: 15% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(3),
.task_block.needs .task_item .clmn:nth-child(3) {
  width: 15% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(4),
.task_block.needs .task_item .clmn:nth-child(4) {
  width: 15% !important;
  text-align: left;
}

.task_block.needs .task_hed .clmn:nth-child(5),
.task_block.needs .task_item .clmn:nth-child(5) {
  width: 17% !important;
  text-align: center;
}

.task_block.needs .task_hed .clmn:nth-child(6),
.task_block.needs .task_item .clmn:nth-child(6) {
  width: 10% !important;
  text-align: center;
}

.task_block.needs .task_hed .clmn:nth-child(7),
.task_block.needs .task_item .clmn:nth-child(7) {
  width: 9% !important;
  text-align: center;
}

.task_block.needs .task_hed .clmn:nth-child(8),
.task_block.needs .task_item .clmn:nth-child(8) {
  width: 10% !important;
  text-align: center;
}

.ReactTags__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ReactTags__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #000;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: inherit;
  padding-right: 0;
  background: linear-gradient(
    to bottom,
    #efefef 0%,
    #eeeeee 47%,
    #ffffff 84%,
    #ffffff 100%
  );
  border: 1px solid #b9b9b9;
  padding: 6px;
  margin: 2px 3px;
  /* vertical spacing */
  white-space: nowrap;
}

.ReactTags__remove {
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;

  background: none;
  border: none;
}

.ReactTags__remove svg {
  fill: black !important;
  width: 10px;
  height: 10px;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid var(--borderColor);
  padding: 8px;
  vertical-align: middle;
}

.comparison-table thead th.bg-success {
  background-color: #9aba8d !important;
  font-weight: bold;
}

.blacklisted-row {
  background-color: #ff797914;
}

.blacklisted {
  padding-top: 6px;
  position: relative;
}

.blacklisted:before {
  content: "Blacklisted";
  position: absolute;
  left: -3px;
  font-size: 8px;
  background-color: #ff00001c;
  top: -8px;
  padding: 3px;
  color: #df4444;
  border-radius: 3px;
  font-weight: bold;
  white-space: nowrap;
}

/* duplicate borrower */
/* .duplicateborrower-row{ background-color: orange; } */

/* .duplicateborrower {
    padding-top: 6px;
    position: relative;
  } */

/* .duplicateborrower {
      color: orange;
  } */

/* .duplicateborrower:before {
    content: 'Repeated';
    position: absolute;
    left: -3px;
    font-size: 8px;
    background-color: #fff3cd;
    top: -8px;
    padding: 3px;
    color: orange;
    border-radius: 3px;
    font-weight: bold; 
    white-space: nowrap;
  }  */
/* Borrower Analysis */
.borrower_analysis {
  height: fit-content;
}

.borrower_analysis .borrower_analysis-wrapper {
  height: fit-content;
}

.borrower_analysis .wizard-header {
  padding: 8px 0;
}

.borrower_analysis .wizard-header .wizard-logo {
  margin-right: 100px;
}

.borrower_analysis .wizard-header .notification-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.borrower_analysis .wizard-header .bell-icon {
  font-size: 24px;
  color: #4f4f4f;
}

.borrower_analysis .wizard-header .notification-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #ee8291;
  color: white;
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 50%;
  font-weight: bold;
}

.borrower_analysis .borrower_analysis-wrapper .card-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: #ffffff;
}

.borrower_analysis {
  background: linear-gradient(220deg, #fff4c7 1%, #e4f5d7 8%, #f0f8fb 100%);
}

.borrower_analysis
  .borrower_analysis-wrapper
  .analysis-wrapper
  .analysis-label {
  font-size: 10px;
  font-weight: 500;
  color: var(--bold-color);
  margin-bottom: 5px;
}

.borrower_analysis .h3-sm-heading {
  font-weight: var(--bold);
  margin-bottom: 0;
  margin-top: 0;
  color: var(--bold-color);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.borrower_analysis .borrower_analysis-wrapper .analysis-wrapper .analysis-text {
  font-size: 11px;
  font-weight: normal;
  color: var(--bold-color);
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  border-radius: 0%;
  padding: 0;
}

.borrower_analysis
  .borrower_analysis-wrapper
  .analysis-wrapper
  .analysis-text:focus {
  background-color: transparent !important;
}

.borrower_analysis .borrower_analysis-wrapper .analysis-wrapper .analysis-box {
  border-bottom: 1px solid #23405d;
}

.borrower_analysis .borrower_analysis-wrapper .analysis-wrapper .fill_btn {
  padding: 5px 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.borrower_analysis .borrower_analysis-wrapper .analysis-wrapper .fill_btn span {
  font-size: 18px;
  margin-right: 5px;
}

.borrower_analysis .result-wrapper .result-section {
  background-color: #bce2a4;
}

.borrower_analysis .result-wrapper .result-section .result-label {
  font-size: 10px;
  margin-bottom: 0px;
  color: #23405d;
}

.borrower_analysis .result-wrapper .result-section .result-text {
  margin-bottom: 0px;
  font-size: 14px;
  color: #23405d;
  font-weight: 600;
}

.borrower_analysis .result-wrapper .result-section .value-up {
  background-color: #7ebd1a;
  color: #ffffff;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.4rem;
  border-radius: 50rem;
  margin-top: 0.5rem;
}

.borrower_analysis .result-wrapper .result-section .value-up span {
  font-size: 10px;
  margin-right: 2px;
}

.borrower_analysis .result-wrapper .result-section .value-down {
  background-color: #ffa7a8;
  color: #b03739;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.4rem;
  border-radius: 50rem;
  margin-top: 0.5rem;
}

.borrower_analysis .result-wrapper .result-section .value-down span {
  font-size: 10px;
  margin-right: 2px;
}

.borrower_analysis .result-wrapper .result-section .create_btn {
  padding: 5px 15px;
  font-size: 11px;
  text-transform: uppercase;
}

.borrower_analysis .result-wrapper .result-section .fillbtn_new {
  padding: 5px 15px;
  font-size: 11px;
  text-transform: uppercase;
  height: auto;
  line-height: 20px;
}

.borrower_analysis .property-info-wrapper .loan-title {
  font-size: 12px;
}

.borrower_analysis .property-info-wrapper .sub-title {
  font-size: 10px;
}

.borrower_analysis .property-info-wrapper .table > :not(caption) > * > * {
  padding: 0.65rem 0.65rem;
}

.borrower_analysis .latest-listing-wrapper .col-style span {
  font-size: 9px;
}

.borrower_analysis .latest-listing-wrapper .card {
  min-height: 530px;
  height: 520px;
}

.borrower_analysis .latest-listing-wrapper .loan-title {
  font-size: 12px;
}

.borrower_analysis .latest-listing-wrapper .sub-title {
  font-size: 10px;
}

.borrower_analysis .latest-listing-wrapper .table > :not(caption) > * > * {
  padding: 0.65rem 0.65rem;
}

.borrower_analysis .your-team-wrapper .team-set {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.borrower_analysis .your-team-wrapper .team-set .team-icon {
  background-color: #8fce58;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.borrower_analysis .your-team-wrapper .team-set .team-icon span {
  font-size: 28px;
}

.borrower_analysis .your-team-wrapper .team-set .team-txt {
  margin-left: 10px;
}

.borrower_analysis .your-team-wrapper .team-set .team-txt .team-role {
  font-size: 10px;
  color: #8fce58;
  font-weight: 700;
  margin-bottom: 0px;
}

.borrower_analysis .your-team-wrapper .team-set .team-txt .team-name {
  color: #555555;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

.borrower_analysis .your-team-wrapper .team-set .team-txt .team-mail {
  color: #555555;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
}

.borrower_analysis .tabs-section {
  display: flex;
  align-items: center;
}

.borrower_analysis .tabs-section .tab-list {
  font-size: 16px;
  font-weight: 600;
  color: #747b72;
  margin: 0;
  padding-right: 20px;
  border-right: 1px solid #747b72;
  padding-left: 20px;
  cursor: pointer;
}

.borrower_analysis .tabs-section .tab-list:last-child {
  border-right: none;
}

.borrower_analysis .tabs-section .tab-list.active {
  color: #8fce58;
}

.borrower_analysis .median-sale-price-wrapper .media-graph-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.borrower_analysis .median-sale-price-wrapper .card {
  min-height: 530px;
  height: 520px;
}

.borrower_analysis .trading-footer {
  background-color: #171e27;
}

/* Borrower Portal Footer */
.borrower_portal_footer {
  background: #303030ff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.borrower_portal_footer .links {
  justify-content: center;
  gap: 1rem;
}

.borrower_portal_footer .link {
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.borrower_portal_footer .link:hover {
  color: #4a90e2 !important;
  transform: translateY(-2px);
}

.borrower_portal_footer .link.hover-underline {
  position: relative;
}

.borrower_portal_footer .link.hover-underline::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 50%;
  background-color: #4a90e2;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.borrower_portal_footer .link.hover-underline:hover::after {
  width: 100%;
}

.borrower_portal_footer .contact a {
  transition: all 0.3s ease;
}

.borrower_portal_footer .contact a:hover {
  color: #4a90e2 !important;
}

.borrower_portal_footer .border-secondary {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 768px) {
  .borrower_portal_footer .links {
    flex-direction: column;
    gap: 1rem !important;
  }

  .borrower_portal_footer .links span {
    display: none;
  }

  .borrower_portal_footer .contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .borrower_portal_footer .contact span {
    display: none;
  }
}

/* Borrower Portfolio Loans In Process */
.borrower-portfolio .wizard-container .card-body {
  padding: 0 1.25rem;
}

.borrower-portfolio .wizard-container .wizard-group h3 {
  font-weight: var(--bold);
  margin-bottom: 0;
  margin-top: 0;
  color: #000000;
  font-size: 19px;
}

.borrower-portfolio .wizard-container .wizard-group .wizard-nav {
  padding-top: 1.25rem;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-nav
  ul
  li
  .nav-item-sm-h {
  z-index: 9;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-nav
  ul
  li
  .nav-item-sm-h
  h2 {
  font-weight: var(--bold);
  margin-bottom: 0;
  margin-top: 0;
  color: var(--bold-color);
  font-size: 18px;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-nav
  ul
  li
  .nav-item-sm-h
  h5 {
  font-weight: var(--bold);
  margin-bottom: 0;
  margin-top: 18px;
  color: #788898;
  font-size: 35px;
}

.borrower-portfolio .wizard-container .wizard-group .wizard-nav ul li {
  margin-bottom: 25px;
  padding: 20px;
  background-color: #fafbff;
  border: 1px solid #d3d8ed;
  box-shadow: 0px 0px 5px transparent;
}

.borrower-portfolio .wizard-container .wizard-group .wizard-nav ul li.active {
  padding: 20px;
  background-color: #efffe3;
  border: 1px solid var(--highlight-color);
  box-shadow: 0px 0px 5px #7bc1498c;
  position: relative;
  overflow: hidden;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-nav
  ul
  li
  .nav-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: relative;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-nav
  ul
  li
  .nav-item-icon
  img {
  position: absolute;
  left: 50%;
  top: -2%;
  transform: translate(-50%, -50%);
  height: 38px;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-nav
  ul
  li
  .active-wave-img {
  position: absolute;
  bottom: -95px;
  left: -85px;
  z-index: 0;
}

.borrower-portfolio .wizard-container .wizard-group .wizard-canvas {
  padding: 1.25rem;
  border-left: 1px solid #d3d8ed;
  border-radius: 0 10px 0 0;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-process-btn {
  border: 1px solid #d3d8ed;
  padding: 5px 14px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12.5px;
  color: #4f667d;
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  transition: all 0.2s ease-out;
  margin-left: 5px;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-process-btn.active {
  border: 1px solid #7cc149;
  color: #ffffff;
  background-color: #7cc149;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper {
  background-color: #fafbff;
  border: 1px solid #d3d8ed;
  border-radius: 10px;
  margin-bottom: 15px;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-header {
  padding: 1rem;
  border-bottom: 1px solid #d3d8ed;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-body {
  padding: 1.25rem;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-header
  .loanid {
  font-size: 15px;
  font-weight: 500;
  color: #768698;
  margin: 0;
  text-transform: uppercase;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-header
  .loanid
  span {
  color: #1d3853;
  font-weight: 700;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-header
  .under-wrt-btn {
  border: 1px solid #7cc149;
  padding: 5px 14px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12.5px;
  color: #7cc149;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-header
  .action-req-btn {
  border: 1px solid #ee8291;
  padding: 5px 14px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 10.5px;
  color: #ee8291;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff0f2;
  display: flex;
  align-items: center;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-header
  .action-req-btn
  span {
  font-size: 15px;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-header
  .under-wrt-btn
  span {
  font-size: 16px;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-body
  h1 {
  font-size: 13px;
  font-weight: 400;
  color: #768698;
  margin-bottom: 10px;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-body
  h2 {
  font-size: 15px;
  font-weight: 600;
  color: #1d3853;
  margin: 0;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-body {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-body
  .property-address-icon {
  position: absolute;
  top: 18px;
  left: 13px;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-body
  .property-wrapper {
  width: 40%;
  padding-left: 25px;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-body
  .loan-amount-wrapper {
  width: 20%;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-body
  .loan-type-wrapper {
  width: 20%;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .loan-item-wrapper
  .loan-item-body
  .schedule-date-wrapper {
  width: 20%;
}

.borrower-portfolio .wizard-container .wizard-group .wizard-canvas .show-txt {
  font-size: 15px;
  color: #768698;
  font-weight: 500;
}

.borrower-portfolio .wizard-container .wizard-group .wizard-canvas .easy-btn {
  border: 1px solid #77c33e;
  padding: 5px 14px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 10.5px;
  color: #768698;
  appearance: none;
  -webkit-appearance: none;
  background-color: #efffe4;
  letter-spacing: 1px;
  word-spacing: 3px;
}

.borrower-portfolio
  .wizard-container
  .wizard-group
  .wizard-canvas
  .easy-btn
  span {
  color: #77c33e;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #98a5b2;
  font-size: 10px;
  font-weight: normal;
}

.question-mark {
  display: inline-block;
  background-color: #d2deef;
  color: #284967;
  font-size: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
}

.tooltip-text {
  visibility: hidden;
  width: 180px;
  background-color: #79879b;
  color: #fff;
  text-align: left;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 10px;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 91%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-text::after {
  content: "";
  z-index: 9;
  position: absolute;
  bottom: -2px;
  left: 47%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 6px solid;
  border-color: transparent #79879b #79879b transparent;
}

/* tooltip fix by adi */
.loan_panel .left .blacklisted {
  padding-top: 0;
}

.loan_panel .left .blacklisted:before {
  position: initial;
}

.borrower-blacklist {
  color: #df4444 !important;
}

.pipeline_main_div .borrower-cell.blacklisted {
  margin-bottom: 0;
}

.pipeline_main_div .blacklisted-row .rdt_TableCell span {
  color: #df4444 !important;
}

.pipeline_main_div .borrower-cell.blacklisted::before {
  left: 0px;
}

.pipeline_main_div .rdt_Table .sc-hLQSwg:nth-child(2) {
  min-width: 210px !important;
  max-width: 210px;
}

.blacklisted-row {
  background-color: rgb(255 0 0 / 3%) !important;
}

.add_need_pop.add_note_pop.new_popup .modal-dialog {
  max-width: 1360px !important;
}

.fbs .add_need_pop .dashboard_block {
  margin-top: 0;
  border-top: none;
  padding-top: 0px;
}

.add_need_pop .dashboard_block .task_block {
  margin-bottom: 0;
  box-shadow: none;
}

.fbs .add_need_pop .task_block .card-body {
  padding: 0px;
  padding-top: 10px;
}

.add_need_pop .title {
  color: #9aba8d;
  font-size: 16px;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.add_need_pop .create_btn {
  white-space: nowrap;
  border-radius: 8px;
  font-size: 15px !important;
  padding: 11px 20px !important;
  display: flex;
  align-items: center;
  height: 41px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  margin-left: 15px;
}

.add_need_pop .search {
  justify-content: start;
  align-items: center !important;
  margin-bottom: 7px;
  display: flex !important;
  width: 100%;
}

.add_need_pop .task_block .task_hed .clmn {
  padding: 10px;

  font-size: 12px;
}

.add_need_pop .task_block .task_hed {
  padding: 10px 20px;
}

.add_need_pop .task_block.needs .task_item .clmn {
  font-size: 12px;
}

.add_need_pop .status-column .status-btn {
  font-size: 8px;
  padding: 5px 8px;
}

.add_need_pop .task_block.needs .clmn .icon2 {
  padding: 2px 7px;
  border: solid 1px #dbe3f8;
  font-size: 16px;
  line-height: 18px;
  color: #4f667d;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

.add_need_pop .needs .clmn .btn-group {
  width: 100%;
  margin-left: 0px;
}

.add_need_pop .modal-dialog .modal-body {
  max-height: calc(100vh - 114px);
  overflow: auto;
}

#parentmodal {
  z-index: 1050;
  /* standard modal z-index */
}

#pdfdoc {
  z-index: 1060;
  /* ensure it's above parent */
}

.services_form .fee_table .fee-upload-btn {
  display: flex;
  align-items: center;
}

.services_form .fee_table .fee-upload-btn span {
  font-size: 13px;
}

.fee-lender-doc .document-upload .upload-wrapper .upload-box {
  border: 2px dashed #69a73b;
  border-radius: 8px;
  padding: 30px 10px;
  cursor: pointer;
  transition: border-color 0.3s;
  height: 100px;
  width: 100px;
}

.fee-lender-doc .document-upload .upload-wrapper .upload-box .upload-box:hover {
  border-color: #69a73b;
  background-color: #f8f5ff;
}

.fee-lender-doc .document-upload .upload-wrapper .upload-box .upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #69a73b;
  text-decoration: none;
}

.fee-lender-doc .document-upload .upload-wrapper .upload-box .upload-icon {
  font-size: 32px;
  margin-bottom: 4px;
}

.fee-lender-doc .document-upload .upload-wrapper .upload-box .upload-text {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.fee-lender-doc .deal_lead .border-style {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 1rem;
}

.fee-lender-doc .document-upload .modal-dialog .modal-content {
  min-width: 397px !important;
}

.fee-lender-doc
  .document-upload
  .close-doc-table
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(1),
.fee-lender-doc
  .document-upload
  .close-doc-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(1) {
  min-width: 22% !important;
}

/* NEW TABLE STYLES HERE */
.new-table-wrapper {
  font-family: var(--font) !important;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table thead {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  font-weight: 500;
  border-bottom: none;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table thead tr {
  width: 100%;
  min-height: 52px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: rgb(233, 240, 230) !important;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  thead
  tr
  th
  .p-column-header-content
  .p-sortable-column-icon {
  width: 11px;
  height: 11px;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table thead tr th {
  background-color: rgb(233, 240, 230);
  font-size: 12px;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table thead tr th:hover,
.new-table-wrapper .p-datatable-wrapper .p-datatable-table thead tr th:focus {
  opacity: 0.7;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table tbody tr {
  align-content: stretch;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgb(255, 255, 255);
  min-height: 48px;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  thead
  tr
  th
  .p-column-header-content {
  text-transform: uppercase;
  text-align: left;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table thead tr th,
.new-table-wrapper .p-datatable-wrapper .p-datatable-table tbody tr td {
  text-align: left;
  overflow: inherit;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table thead tr th,
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  tr
  td:nth-child(1) {
  text-align: left;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  thead
  tr
  th
  .p-column-resizer {
  width: 2px;
  background-color: #d0e4c8;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  thead
  tr
  th
  .p-column-header-content {
  color: rgba(0, 0, 0, 0.87) !important;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  thead
  tr
  th
  .p-column-header-content:hover {
  color: rgba(0, 0, 0, 0.87) !important;
}

/* .new-table-wrapper .p-datatable-wrapper .p-datatable-table thead .p-column-header-content .p-column-title { overflow-wrap: break-word !important; overflow: hidden; white-space: normal !important;} */
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  .last-row
  .dropdown-content.drop {
  position: absolute;
  top: 0;
  bottom: inherit !important;
}

.fbs .p-datatable {
  min-height: inherit;
  max-height: inherit;
  overflow-y: inherit;
}

.p-datatable-wrapper {
  overflow: auto;
  min-height: 550px;
  max-height: 550px;
}

.new-table-wrapper .p-paginator-bottom {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  min-height: 56px;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.new-table-wrapper .p-paginator-bottom .p-inputwrapper {
  border: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
}

.new-table-wrapper .p-paginator-bottom .p-inputwrapper .p-inputtext {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
}

.new-table-wrapper .p-paginator-bottom .p-dropdown:not(.p-disabled).p-focus {
  box-shadow: none !important;
  border: none !important;
}

.fee_background_color {
  background-color: orange;
}

.fee_background_color:hover {
  background-color: orange !important;
}

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

.popup-form_section .form-group .form-control {
  border-radius: 5px;
  background: #ecf0fa;
  padding: 12px 15px;
  color: #23405d;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  appearance: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table thead tr th {
  padding: 16.5px;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table tbody tr td {
  padding: 7px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  span {
  color: #df4444 !important;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  .tb_btn {
  color: #df4444;
  background-color: #ffe2e2;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  .dropdown-content
  .number {
  color: #df4444;
  background-color: #ffe2e2;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  .borrower-cell.blacklisted {
  margin-bottom: 1px;
}

.new-table-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  .tb_menu
  .border_btn {
  border: solid 1px #df4444;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  .tb_menu
  .border_btn:hover {
  background-color: #ffe2e2;
}

.file-export
  .file-export-table
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(1),
.file-export .file-export-table .rdt_Table .rdt_TableCell:nth-child(1) {
  min-width: 55px;
}

.file-export
  .file-export-table
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(2),
.file-export .file-export-table .rdt_Table .rdt_TableCell:nth-child(2) {
  min-width: 15px;
}

.file-export
  .file-export-table
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(3),
.file-export .file-export-table .rdt_Table .rdt_TableCell:nth-child(3) {
  min-width: 6px;
}

.file-export
  .file-export-table
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(4),
.file-export .file-export-table .rdt_Table .rdt_TableCell:nth-child(4) {
  min-width: 8px;
}

.file-export
  .file-export-table
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(5),
.file-export .file-export-table .rdt_Table .rdt_TableCell:nth-child(5) {
  min-width: 8px;
}

.file-export
  .file-export-table
  .rdt_Table
  .rdt_TableHead
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(6),
.file-export .file-export-table .rdt_Table .rdt_TableCell:nth-child(6) {
  min-width: 8px;
}

.p-dropdown-items-wrapper .p-dropdown-items {
  padding: 0px;
  all: unset;
}

.p-dropdown-items-wrapper {
  max-height: 250px !important;
}

.p-dropdown-items-wrapper .p-dropdown-items li:hover {
  border: none;
}

.p-dropdown-items-wrapper .p-dropdown-items li:focus-visible {
  outline: none !important;
  /* Hide default outline if needed */
  border: none !important;
  /* Remove any border */
  box-shadow: none !important;
  /* Also remove focus ring if applied via box-shadow */
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  padding: 5px !important;
  font-size: 13px;
  line-height: 15px;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #ffffff;
  background: #1967d2;
}

.p-dropdown-panel {
  min-width: 47px !important;
}

.tasks-modal .modal-dialog {
  max-width: 930px !important;
}

.tasks-modal .modal-dialog .modal-content {
  min-width: 930px !important;
  border: none;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tr:nth-last-child(1)
  .dropdown-content,
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tr:nth-last-child(2)
  .dropdown-content,
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tr:nth-last-child(3)
  .dropdown-content,
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tr:nth-last-child(4)
  .dropdown-content,
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tr:nth-last-child(5)
  .dropdown-content {
  bottom: 0 !important;
  top: inherit;
}

.pipeline-export-popup .modal-dialog {
  max-width: 1100px !important;
}

.pipeline-export-popup .modal-dialog .modal-content {
  min-width: 580px !important;
  border: none;
}

.fee_green_color {
  background-color: #7cc149 !important;
}

.fee_orange_color,
.fee_orange_color:hover {
  background-color: #ffa500 !important;
}

.ae_selectable {
  height: 66px;
  display: flex;
  align-items: center;
}

.ae_selectable .toggle {
  margin-bottom: 0;
  margin-top: 32px !important;
}

.delete_btn {
  display: inline-flex;
  color: #444;
  font-size: 10px;
  font-weight: 700;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #dbe3f8;
  padding: 5px 7px;
  background: #fff;
}

.delete_btn .icon {
  color: #444;
  font-size: 16px;
}

.detailed_app .deal_lead .input-group .border_btn {
  padding: 4px 0px;
  font-size: 14px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: transparent;
  font-weight: 500;
  color: #84b052;
  text-transform: uppercase;
  border: solid 1px #7cc149;
  border-radius: 5px;
  z-index: 9;
}

.detailed_app .deal_lead .input-group .border_btn .icon {
  font-size: 20px;
  line-height: 20px;
}

.create_entity .add {
  height: 44px;
}

.create_entity .delete {
  height: 44px;
}

.create_entity .bg-light {
  background-color: rgb(247 247 247) !important;
}

.create_entity .border_btn {
  padding: 8px 14px;
  font-size: 14px;
}

.create_entity .entity_block {
  padding: 15px;
}

.create_entity .entity_block .entity_block {
  padding: 0px;
}

.create_entity .entity_block .position-absolute {
  right: 15px;
  top: 41px;
  z-index: 9;
}

.create_entity .entity_block .entity_block .position-absolute {
  z-index: 9;
  right: 0;
  top: 25px;
}

.entity_section {
  margin-top: 15px;
}

.create-news .news-thumbnail-upload {
  width: 100px;
  height: 100px;
  border: 1px dashed #7cc149;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #7cc149;
  background: #fff;
  transition: border-color 0.2s;
  position: relative;
  margin-top: 8px;
  cursor: pointer;
}

.create-news .news-thumbnail-upload:hover {
  border-color: #5ea32d;
}

.create-news .news-thumbnail-upload .plus-icon {
  font-size: 24px;
  color: #7cc149;
  margin-bottom: 4px;
}

.create-news .news-thumbnail-upload .upload-text {
  font-size: 13px;
  font-weight: 500;
  color: #7cc149;
}

.create-news .img-upload-wrapper .add_img_block {
  position: relative;
}

.create-news .img-upload-wrapper .add_img_block img {
  width: 100px;
}

.create-news .img-upload-wrapper .add_img_block .thumbnail-cls-icon {
  top: -5px;
  right: 215px;
  position: absolute;
  font-size: 11px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
}

.create-news .file_requirements {
  color: #74788d;
}

.create-news .file_requirements p {
  margin: 0;
  margin-left: 10px;
  font-size: 11px;
}

.dashboard_block .comments-wrapper .offcanvas-header {
  background-color: #84b052;
  color: #ffffff;
  justify-content: normal;
}

.dashboard_block .comments-wrapper .offcanvas-header span {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin-right: 20px;
  font-weight: 600;
}

.dashboard_block .comments-wrapper .offcanvas-header h5 {
  font-size: 15px;
  text-transform: uppercase;
}

.dashboard_block .comments-wrapper .offcanvas-body .need-type {
  color: #1d3853;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}

.dashboard_block .comments-wrapper .notification-card {
  display: flex;
  margin-bottom: 30px;
}

.dashboard_block .comments-wrapper .notification-card .content {
  background-color: rgba(124, 193, 73, 0.15);
  border-radius: 0px 8px 8px 8px;
  padding: 10px;
  max-width: 650px;
  margin-left: 10px;
}

.dashboard_block .comments-wrapper .notification-card .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7cc149;
  flex-shrink: 0;
}

.dashboard_block .comments-wrapper .notification-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.dashboard_block .comments-wrapper .notification-card .content .message {
  font-size: 12px;
  color: #23405d;
  margin-bottom: 3px;
  font-weight: 500;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

.dashboard_block .comments-wrapper .notification-card .content .time {
  font-size: 10px;
  color: #23405d;
  margin-bottom: 0px;
  font-weight: normal;
}

.cmnt-btn {
  background: transparent;
  border: none;
}

.message-type-wrapp {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #ddd;
  width: 100%;
}

.message-input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
}

/* .user_management .search .search_block.first-input { margin-top: 10px;} */
.user_management .search .search_block.first-input .btn {
  top: 19px;
}

.user_management .search .search_block.third-input .btn {
  top: 28px;
}

.user_management .search .search_block.drop-down-icon {
  position: relative;
}

.user_management .search .search_block.drop-down-icon span {
  position: absolute;
  color: #7cc149;
  top: 37px;
  right: 10px;
  left: inherit;
  cursor: pointer;
}

/* .user_management .search .btn-margin { margin-top: 29px;} */

.underwritingEditor .jodit-react-container {
  max-height: 200px;
  /* set your desired height */
  overflow-y: auto;
  /* show scrollbar when needed */
}

.underwriting_termsheet .txt-area-height {
  min-height: 200px !important;
}

.dashboard_block .comments-wrapper .offcanvas-body {
  position: relative;
  padding-bottom: 60px;
}

.dashboard_block .comments-wrapper .message-type-wrapp {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #ddd;
  width: 100%;
}

.dashboard_block .comments-wrapper .message-input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  max-height: 87px;
}

.send-btn {
  background: #7cc149;
  border: none;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dashboard_block .comments-wrapper .message-input::-webkit-scrollbar {
  width: 2px;
  border-radius: 30px;
}

.dashboard_block .comments-wrapper .message-input::-webkit-scrollbar-track {
  background: #eeeeee;
}

.dashboard_block .comments-wrapper .message-input::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.dashboard_block
  .comments-wrapper
  .message-input::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dashboard_block .comments-wrapper .offcanvas-body .notification-body {
  overflow-x: hidden;
  max-height: calc(100vh - 156px);
  overflow-y: auto;
}

.dashboard_block
  .comments-wrapper
  .offcanvas-body
  .notification-body::-webkit-scrollbar {
  width: 2px;
  border-radius: 30px;
}

.dashboard_block
  .comments-wrapper
  .offcanvas-body
  .notification-body::-webkit-scrollbar-track {
  background: #eeeeee;
}

.dashboard_block
  .comments-wrapper
  .offcanvas-body
  .notification-body::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.dashboard_block
  .comments-wrapper
  .offcanvas-body
  .notification-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

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

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

.underwriting_termsheet .double_input .switch_buttons .switch_button {
  background-color: #ecf0fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 5px 0 0 5px;
  height: 43.4px;
  border: none;
}

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

.underwriting_termsheet
  .double_input
  .switch_buttons
  .switch_button
  .material-symbols-outlined {
  color: #8798aa;
  font-size: 20px;
}

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

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

.underwriting_termsheet .double_input .label_input {
  width: 35%;
  position: relative;
}

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

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

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

@media (min-width: 300px) and (max-width: 480px) {
  .dashboard .loan_panel .property-address-wrapper {
    width: 100% !important;
    max-width: inherit !important;
  }

  .dashboard .loan_panel .property-address-wrapper .property_address p {
    height: inherit;
  }

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

  .dashboard .loan_panel .folder-input {
    margin-bottom: 15px;
  }

  .dashboard .loan_panel .folder-input p {
    height: inherit;
  }
}

.user_management .search .drop-down .filter-container {
  display: flex;
  align-items: center;
  background: #ecf0fa;
  border: 1px solid #d3d8e0;
  border-radius: 6px;
  overflow: hidden;
}

.user_management .search .drop-down {
  width: 440px;
}

.user_management .search .drop-down .drop-down-icon {
  position: relative;
  flex: 1;
}

.user_management .search .drop-down .drop-down-icon select {
  width: 100%;
  border: none;
  background: transparent;
  padding: 8px 30px 8px 10px;
  font-size: 14px;
  appearance: none;
  cursor: pointer;
}

.user_management .search .drop-down .drop-down-icon span {
  position: absolute;
  right: 8px;
  top: 50% !important;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 20px;
  color: #333;
}

.user_management .search .drop-down .search-btn {
  border: none;
  background: #fff;
  padding: 8px 12px;
  font-size: 20px;
  cursor: pointer;
  color: #3cb043;
  border-left: 1px solid #d3d8e0;
}

@media (min-width: 300px) and (max-width: 480px) {
  .user_management .search {
    flex-direction: column;
  }

  .user_management .search .col-md-8 {
    flex-direction: column;
  }
}

.dashboard_block .comments-wrapper .notification-card:last-child {
 margin-bottom: 0px;
}

/* ==========================================================================
   Markdown Content Styles - Comments, Notes, and Descriptions
   Used by: src/utils/markdownParser.js
   ========================================================================== */

.markdown-content {
  font-size: 12px;
  line-height: 1.5;
  color: #23405d;
  word-wrap: break-word;
}

.markdown-content .markdown-paragraph {
  font-size: 12px;
  margin: 0 0 8px 0;
  font-weight: 500;
}

.markdown-content .markdown-paragraph:last-child {
  margin-bottom: 0;
}

.markdown-content .markdown-bold {
  font-weight: 700;
}

.markdown-content .markdown-header {
  color: #1d3853;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.markdown-content .markdown-header-1 {
  font-size: 16px;
}

.markdown-content .markdown-header-2 {
  font-size: 14px;
}

.markdown-content .markdown-header-3,
.markdown-content .markdown-header-4,
.markdown-content .markdown-header-5,
.markdown-content .markdown-header-6 {
  font-size: 12px;
}

.markdown-content .markdown-bullets {
  margin: 0 0 8px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.markdown-content .markdown-bullets:last-child {
  margin-bottom: 0;
}

.markdown-content .markdown-bullet-item {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 500;
}

.markdown-content .markdown-bullet-item:last-child {
  margin-bottom: 0;
}

/* Override for popup notes to use consistent sizing */
.popup .add_note .markdown-content p,
.popup .add_note .markdown-content .markdown-paragraph {
  font-size: 12px;
}

.pdf_doc.new_popup .modal-dialog .modal-body img {
  width: auto !important;
}

.borrower_analysis-wrapper .document-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
  background: #fff;
  transition: box-shadow 0.2s;
}

.borrower_analysis-wrapper .document-wrapper .action_buttons {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 2;
}

.borrower_analysis-wrapper .document-wrapper:hover .action_buttons {
  opacity: 1;
  pointer-events: auto;
}

.borrower_analysis-wrapper .document-wrapper .action_buttons .material-icons,
.borrower_analysis-wrapper
  .document-wrapper
  .action_buttons
  .material-symbols-outlined {
  background: rgba(44, 62, 80, 0.85);
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.12);
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
}

.borrower_analysis-wrapper .file-card {
  flex: 0 0 200px;
  max-width: 185px;
}

.ai-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 48px;
  background: #84b052;
  padding: 0 25px;
}

.ai-header .ai-txt {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.ai-page {
  margin: 60px 20px 20px 20px;
}

.ai-page .ai-body-wrapper {
  min-height: calc(100vh - 28px);
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-header .heading-txt {
  font-size: 12px;
  color: #23405d;
  font-weight: 600;
  margin: 0;
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-body .desc-txt {
  margin: 0;
  font-size: 10px;
  color: rgba(60, 73, 86, 0.8);
  font-weight: 500;
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-body .heading-txt {
  font-size: 10px;
  color: rgba(60, 73, 86, 0.8);
  font-weight: 700;
  margin: 8px 0 3px 0;
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-body .value-txt {
  margin: 0;
  font-size: 10px;
  color: rgba(60, 73, 86, 0.8);
  font-weight: 500;
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-body {
  margin: 15px 0;
  min-height: 508px;
  max-height: 515px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-body::-webkit-scrollbar {
  width: 0px;
  border-radius: 30px;
}

.ai-page
  .ai-body-wrapper
  .left-side-wrapper
  .Prompt-body::-webkit-scrollbar-track {
  background: #eeeeee;
}

.ai-page
  .ai-body-wrapper
  .left-side-wrapper
  .Prompt-body::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 30px;
}

.ai-page
  .ai-body-wrapper
  .left-side-wrapper
  .Prompt-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-footer .form-control {
  background-color: #f2f4fc;
  color: #23405d;
  border: none;
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-footer .fillbtn_new {
  background-color: #7cc149;
  height: 33px;
  padding: 6px 15px;
  font-size: 13px;
  color: #ffffff;
  margin-top: 10px;
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-footer .footer-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  border-top: 1px solid #d3d8ed;
}

.ai-page .ai-body-wrapper .left-side-wrapper .Prompt-footer .footer-btns .btns {
  gap: 10px;
}

.ai-page
  .ai-body-wrapper
  .left-side-wrapper
  .Prompt-footer
  .footer-btns
  .border-btn {
  background-color: transparent !important;
  border: 1px solid #7cc149 !important;
  color: #7cc149 !important;
}

.ai-page .ai-body-wrapper .left-side-wrapper {
  padding-right: 15px;
}

.ai-page .ai-body-wrapper .right-side-wrapper {
  border-left: 1px solid #d3d8ed;
}

.ai-page .ai-body-wrapper .right-side-wrapper.doc-image img {
  width: 100%;
}

.ai-page .ai-body-wrapper .right-side-wrapper.doc-image .document-wrap {
  position: relative;
}

.ai-page .ai-body-wrapper .right-side-wrapper.doc-image .pdf-view {
  position: absolute;
  bottom: 60%;
  left: 50%;
  background-color: #08080870;
  color: #fff;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.new_popup .modal-header {
  padding: 8px 20px;
}

.new_popup .modal-title {
  font-size: 16px;
}

.new_popup .pop_close {
  font-size: 16px;
}

.ai-page .reject-popup .rejection-modal-body .rejection-reason-list {
  display: flex;
  gap: 18px;
  margin-bottom: 15px;
  align-items: center;
}

.ai-page .reject-popup .rejection-modal-body .rejection-reason-list .checkmark {
  width: 1.1em;
  height: 1.1em;
  background-color: #d9d9d9;
  border: 1px solid rgba(124, 193, 73, 1);
  margin-top: 0;
}

.ai-page
  .reject-popup
  .rejection-modal-body
  .rejection-reason-list
  .checkmark:focus {
  box-shadow: none;
  border: 1px solid rgba(124, 193, 73, 1);
}

.ai-page
  .reject-popup
  .rejection-modal-body
  .rejection-reason-list
  .checkmark:checked {
  background-color: rgba(124, 193, 73, 1);
  border: 1px solid rgba(124, 193, 73, 1);
  box-shadow: none;
}

.ai-page .reject-popup .rejection-modal-body .rejection-reason-list span {
  font-size: 12px;
  color: #23405d;
  font-weight: 600;
  margin: 0;
}

.ai-page .reject-popup .label-txt {
  font-size: 14px;
  color: #23405d;
  font-weight: 600;
  margin: 0;
}

.ai-page .reject-popup .rejection-modal-body .rejection-textarea {
  background-color: #f2f4fc;
  color: #23405d;
  border: none;
  width: 100%;
  margin-top: 10px;
  padding: 8px;
}

.ai-page .reject-popup .rejection-modal-body .rejection-textarea:focus-visible {
  border: none;
}

.ai-page .reject-popup .rejection-modal-body .rejection-modal-actions {
  float: inline-end;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.ai-page .document-view-popup .modal-dialog {
  max-width: 1300px !important;
  width: 1300px !important;
}

.ai-page .document-view-popup .modal-body .document-wrap {
  width: auto;
  height: auto;
  max-height: 100%;
}

/* mobile resolution */
@media (min-width: 300px) and (max-width: 480px) {
  .ai-page .ai-body-wrapper .left-side-wrapper .Prompt-footer .footer-btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .ai-page .ai-body-wrapper .left-side-wrapper .Prompt-footer .btns {
    flex-direction: column;
    gap: 0px !important;
  }

  .ai-page .ai-body-wrapper .right-side-wrapper {
    margin-bottom: 20px;
  }
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(1),
.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(1) {
  max-width: 5%;
  min-width: 5%;
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(2),
.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(2) {
  max-width: 17%;
  min-width: 17%;
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(3),
.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(3) {
  max-width: 11%;
  min-width: 11%;
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(4),
.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(4) {
  max-width: 14%;
  min-width: 14%;
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(5),
.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(5) {
  max-width: 12%;
  min-width: 12%;
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(6),
.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(6) {
  max-width: 11%;
  min-width: 11%;
}

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

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(8),
.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(8) {
  max-width: 11%;
  min-width: 11%;
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableHeadRow
  .rdt_TableCol:nth-child(9),
.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell:nth-child(9) {
  max-width: 11%;
  min-width: 11%;
  justify-content: center;
}

.ai-page
  .ai-body-wrapper
  .left-side-wrapper
  .Prompt-footer
  .instructions-wrapper {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #d3d8ed;
}

.ai-page
  .ai-body-wrapper
  .left-side-wrapper
  .Prompt-footer
  .instructions-wrapper
  h5 {
  font-size: 13px;
  color: #23405d;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}

.ai-page
  .ai-body-wrapper
  .left-side-wrapper
  .Prompt-footer
  .instructions-wrapper
  ul {
  margin: 0;
  font-size: 10px;
  color: rgba(60, 73, 86, 0.8);
  font-weight: 500;
  padding-left: 1rem;
}

.ai-page
  .ai-body-wrapper
  .left-side-wrapper
  .Prompt-footer
  .instructions-wrapper
  ul
  li {
  display: flex;
  align-items: center;
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell
  .btn-group
  .accept-btn {
  background-color: #c6efb3;
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell
  .btn-group
  .accept-btn
  span {
  color: #3b6e22 !important;
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell
  .btn-group
  .reject-btn {
  background-color: #f4b8b8;
}

.detailed_app
  .Files-table
  .rdt_Table
  .rdt_TableBody
  .rdt_TableRow
  .rdt_TableCell
  .btn-group
  .reject-btn
  span {
  color: #b44343 !important;
}

.card.fbs {
  min-height: calc(100vh - 354px) !important;
}

/* last updated on 11:00 AM 03-SEP-25 by VKR*/
.task_block.needs .task_item.pending-review {
  border: solid 1px #fc9449;
  border-left: solid 10px #fc9449;
  background-color: #fff9f5;
}

.task_block.needs .task_item.revision-required {
  border: solid 1px #ffd562;
  border-left: solid 10px #ffd562;
  background-color: #fffbf1;
}

.status-column .status-btn.pending-review {
  background-color: #f5c8a2;
  color: #df5e02;
  border: 1px solid #f5c8a2;
}

.status-column .status-btn.revision-required {
  background-color: #ffdc7d;
  color: #c79407;
  border: 1px solid #ffdc7d;
}

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

.user_management .user_search {
  display: flex;
  justify-content: space-between;
  width: auto;
  margin-bottom: 15px;
  align-items: end;
}

.user_management .user_search .trans_label {
  color: #fff;
}

.user_management .user_search.search .search_block .form-control {
  background: var(--fusion-blue-50);
  padding: 8px 50px 8px 15px;
}

.user_management .user_search.search .search_block .btn {
  font-size: 19px;
  padding: 8.1px 10px 8.1px 10px;
}

.user_management .user_search.search .search_block {
  width: 399px;
  position: relative;
}

.user_management .user_search.search .create_btn {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #7cc149;
  background: #7cc149;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.user_management .user_search.search .create_btn .icon {
  margin-left: 10px;
  font-size: 20px;
}

.user_management .ssn_btn:focus {
  background-color: transparent;
}

.ssn_btn {
  padding: 0;
  line-height: 10px;
}

.ssn_btn span {
  color: #7cc149;
  font-size: 18px;
}

.ssn_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110px;
}

/* OTP Sign-in UI Styles */
.otp-sign-in .card-body h2 {
  font-size: 30px;
  font-weight: 600;
}

.otp-sign-in .icon-circle img {
  width: 63px;
}

.otp-sign-in .otp-desc {
  font-size: 15px;
  color: #79797a;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
}

.otp-sign-in .otp-email {
  font-size: 19px;
  font-weight: 500;
  color: #464452;
  margin-bottom: 22px;
  word-break: break-all;
}

.otp-sign-in input[type="text"][id^="otp-input-"] {
  gap: 18px;
  width: 54px !important;
  height: 54px !important;
  border-radius: 8px;
  border: none;
  background: #e0e4ea;
  font-size: 18px;
  color: #23405a;
  text-align: center;
  outline: none;
  transition: border 0.2s;
}

.otp-sign-in .otp-inputs > div {
  justify-content: center;
}

.otp-sign-in .otp-inputs > div input:last-child {
  margin-right: 0px !important;
}

.otp-sign-in input[type="text"][id^="otp-input-"]:focus {
  border: 2px solid #7cc149;
  background: #fff;
}

.otp-sign-in .btn_wrp {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}

.otp-sign-in .btn-primary {
  border-radius: 5px !important;
  width: 100%;
  margin-top: 15px;
}

.otp-sign-in .resend-link {
  font-size: 14px;
  color: #23405a;
  text-align: center;
  margin-top: 8px;
}

.otp-sign-in .otp-inputs {
  position: relative;
}

.otp-sign-in .resend-link .resend-code {
  color: #7cc149;
  font-weight: 600;
  cursor: pointer;
  margin-left: 4px;
}

.otp-sign-in .error-mssg {
  margin: 0;
  color: #dc5354 !important;
  position: absolute;
  left: 44px;
  font-size: 10px;
  bottom: 116px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1;
  font-style: normal;
}

.login_box .otp-desc {
  font-size: 14px;
  margin-bottom: 20px;
}

.login_box .otp-email {
  font-size: 16px;
  margin-bottom: 20px;
}

.login_box .card .card-body h2 {
  margin-bottom: 28px;
}

.login_box .card .card-body .icon-circle {
  margin-bottom: 28px;
}

.login_box .card .card-body .btn_wrp {
  margin-bottom: 28px;
}

.otp-sign-in .login_box .card .card-body {
  padding: 30px 46px;
}

.otp-sign-in .footer-anchor {
  margin-top: 40px;
}

.stages .stages_wrp .card {
  max-width: 250px;
  min-width: 250px;
}

.stages .card:nth-child(2) p {
  margin-bottom: 1em;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  tr
  th:first-child,
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  tr
  td:first-child {
  background-color: #fff;
  z-index: 9;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  tr
  th:nth-child(2),
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  tr
  td:nth-child(2) {
  background-color: #fff;
  z-index: 9;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  thead
  tr
  th:first-child:hover,
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  thead
  tr
  th:first-child:focus {
  opacity: 1;
  z-index: 9;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  thead
  tr
  th:nth-child(2):hover,
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  thead
  tr
  th:nth-child(2):focus {
  opacity: 1;
  z-index: 9;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  .tb_menu
  .number {
  color: #df4444;
  background-color: #ffe2e2;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  th:first-child,
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  td:first-child {
  background-color: #fff7f7;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  th:nth-child(2),
.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  .blacklisted-row
  td:nth-child(2) {
  background-color: #fff7f7;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  tr
  td
  .borrower-cell {
  margin-bottom: 0px;
}

/* Mobile */
@media (min-width: 300px) and (max-width: 480px) {
  .main-content {
    width: 100%;
  }
}

.blacklisted-box .number {
  color: #df4444;
  background-color: #ffe2e2;
}

.blacklisted-box span {
  color: #df4444 !important;
}

.new-table-wrapper .p-datatable-wrapper .p-datatable-table thead {
  z-index: 99;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  tr
  td
  span
  div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-table-wrapper
  .p-datatable-wrapper
  .p-datatable-table
  tbody
  tr
  td
  span
  .tb_menu {
  overflow: inherit;
}

/* Notification badge - MainHeader */
.pipeline-notification .notification-wrapper {
  position: relative;
  display: inline-block;
}

.pipeline-notification .notification-wrapper .notification-btn {
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pipeline-notification .notification-wrapper .notification-btn .bell-icon {
  font-size: 26px;
  color: #39475a;
}

.pipeline-notification
  .notification-wrapper
  .notification-btn
  .notification-badge {
  position: absolute;
  top: 5px;
  right: 7px;
  transform: translate(50%, -50%);
  background-color: #ee8291;
  /* portal color */
  color: #fff;
  font-size: 10px;
  padding: 1px 6px;
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  z-index: 999;
}

.pipeline_needs_comments .comments-wrapper .notification-card .content {
  margin-top: 0px !important;
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: var(--fusion-green-500);
  color: var(--fusion-green-500);
}

ul.p-tabview-nav {
  padding-left: 0px;
}

ul.p-tabview-nav .p-tabview-nav-link {
  color: var(--fusion-gray-600);
}

.p-tabview-nav-link:hover {
  color: var(--fusion-gray-700);
}

.company-reset-btn {
  border-left: 1px solid #d3d8e0;

  background: #fff;
  height: 38.6px;
  border-radius: 0 6px 6px 0;
  border-right: none;
  border-top: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 11.5px;
}

.company-reset-btn span {
  color: #3cb043;
  font-size: 18px;
}

.company_management.user_management .search .drop-down .search-btn {
  height: 38.6px;
}

.company_management.user_management .container-fluid .card {
  min-height: calc(100vh - 205px);
}

.company_logo {
  border: 1px solid #d3d8ed;
  border-radius: 10px;
  padding: 20px 20px;
  min-height: 362.3px;
}

.company-logo-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.company-logo-heading span {
  color: #7cc149;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
}

.company_upload {
  display: flex;
  align-items: center;
  gap: 20px;
}

.company_logo_preview {
  width: 130px;
  height: 130px;
  background-color: rgb(242 243 244);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.company_logo_preview span {
  color: rgb(160 166 178);
  font-size: 48px;
}

.company_logo_theme_section p {
  font-size: 13px;
  color: rgba(35, 64, 93, 0.8);

  margin: 7px 0 0 0;
  font-weight: 500;
}

.company_logo_preview img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.company_upload_block {
  flex-grow: 1;
  border: 2px dashed rgb(224, 224, 224);
  border-radius: 8px;
  padding: 25px 20px;
  text-align: center;
}

.company_upload_block .material-icons {
  background-color: rgb(242 243 244);

  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}

.company_upload_block .upload_title {
  margin: 15px 0px 2px;
  color: #1d3853;
  font-weight: 700;
  font-size: 14px;
}

.company_upload_block .upload_desc {
  color: #888;
  font-weight: 500;
  font-size: 12.5px;
}

.company_upload_block .fs_btn {
  padding: 9px 22px !important;
  font-weight: 600;
  margin-top: 20px !important;
}

.company_color_theme .color_picker {
  width: 50px;
  height: 50px;
  border: none;
  padding: 0px;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  box-shadow: none;
}

.company_color_theme .color_picker_block {
  width: 100px;
  height: 50px;
  background-color: rgb(44, 70, 42);
  border: none;
  border-radius: 5px;
}

.company_color_theme label {
  font-size: 12px;
  font-weight: 500;
  color: var(--bold-color);
  margin-bottom: 0px;
}

.company_color_theme .company_color_input {
  padding: 5px 8px !important;
  border: 1px solid rgb(204, 204, 204) !important;
  border-radius: 5px !important;
  width: 263px !important;
  background-color: transparent !important;
  background: transparent !important;
}

.broker_account .borrower_nav {
  height: 100%;
}

.companydropdown {
  position: relative;
  color: #333;
  cursor: default;
}
.companydropdown .arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: " ";
  display: block;
  height: 0;
  margin-top: 0.3rem;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
}
.companydropdown .arrow.open {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.companydropdown .selected-value input {
  line-height: 1.5;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: default;
  outline: none;
  padding: 8px 52px 8px 10px;
  transition: all 200ms ease;
  width: 100%;
}
.companydropdown .options {
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.dropdown-input-wrapper span {
  position: absolute;
  right: 10px;
  pointer-events: none;
  transition: transform 0.2s;
}
.dropdown-input-wrapper.open span {
  transform: rotate(180deg);
}

.as_contants .modal-dialog {max-width: 800px !important;}
.as_contants .modal-content {min-width: 800px !important;}
.add_need_pop .dashboard_block .comments-wrapper .offcanvas-body .notification-body {
    overflow-x: hidden;
    max-height: calc(100vh - 196px);
    overflow-y: auto;
}

.generate_report .css-1nmdiq5-menu {
    bottom: 41px;
    top: inherit;
}
.badge.suspended { border: 1px solid #FFB8B5 !important; background: #FFB8B5 !important; color: #CD3F39 !important;}

.dashboard_block .loan_needs_comments .comments-wrapper .offcanvas-body .notification-body {
    overflow-x: hidden;
    max-height: calc(100vh - 115px);
    overflow-y: auto;
}

/* last updated on 09:40 AM 28-jan-26 by VKR*/

