.error {
  color: red;
}

.loader_class {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader_class img {
  max-width: 100px;
}

.apply-btn {
  padding: 27px 44px;
  /* background: #ff872d; */
  background: #0A3833 !important;
  border-radius: 0;
}


#fileResumeSection .definePart {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 60px);
}

#fileResumeSection .definePart .selectFileInput {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#fileResumeSection .chooeFileDefine {
  margin: 3px 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  min-width: 140px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  color: #014847;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: .125rem solid #014847;
  border-radius: 6.25rem;
  background-repeat: repeat-x;
  appearance: none;
}

#fileResumeSection .noChoose {
  margin-left: 2rem;
  margin-right: 1rem;
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .875rem;
  color: #666
}

#fileResumeSection .chooeFileDefine:hover {
  background-color: #fff;
  border-color: #f26226;
  color: #f26226;
  text-decoration: none;
  cursor: pointer;
}

.nav.nav-tabs .nav-item .nav-link.active {
  color: #f26226;
}

.nav.nav-tabs .nav-item .nav-link.active:after {
  background: linear-gradient(30deg, #f26226, #f26226) !important;
  box-shadow: 0 0 8px 0 rgba(115, 103, 240, 0.5) !important;

  /* background: linear-gradient(30deg, #f26226, #f26226) !important;
  box-shadow: 0 0 8px 0 #f26226 !important; */
}

/* line 245, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
.btn {
  background: #000a2d;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 14px;
  padding: 27px 44px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #3589f1;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}

.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

.btn:hover {
  color: #fff !important;
}

.navigation>li>a>span:hover {
  color: #ee5002 !important;
}

.main-menu.menu-light .navigation>li.active>a {
  background: linear-gradient(118deg, #ee5002, rgb(81 129 129));
  box-shadow: 0 0 10px 1px #fff;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
}

.app-content .wizard>.steps>ul>li.current .step {
  border-color: #f26226 !important;
  background-color: #f26226 !important;
  color: #fff !important;
}

.app-content .wizard.wizard-circle>.steps>ul>li:before,
.app-content .wizard.wizard-circle>.steps>ul>li:after {
  background-color: #f26226;
}

.app-content .wizard>.steps>ul>li.current>a {
  color: #f26226;
  cursor: default;
}

.app-content .wizard>.steps>ul>li.done .step {
  background-color: #fff;
  border-color: #f26226;
  color: #f26226;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover,
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active {
  background: #f26226;
  color: #fff !important;
}

/* .app-content .wizard>.actions>ul>li.disabled>a[href="#previous"]
.app-content .wizard>.actions>ul>li>a[href="#previous"] {
  border-radius: 0;
} */

.app-content .wizard>.actions>ul>li>a {
  background: #0A3833 !important;
  /* border-radius: 0; */
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 14px;
  padding: 27px 44px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}

.app-content .wizard>.actions>ul>li>a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #3589f1;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}

.app-content .wizard>.actions>ul>li>a:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

.app-content .wizard>.actions>ul>li>a:hover {
  color: #fff !important;
}

.app-content .wizard>.actions>ul>li>a::before {
  background: #e66e13;
  border-radius: 0;
}


.apply-btn {
  padding: 27px 44px;
  background: #ff872d;
  border-radius: 0;
}

.apply-btn::before {
  background: #e66e13;
  border-radius: 0;
}

.sendOtpBtn {
  padding: 17px 20px;
}

.nav-link:hover {
  color: #EE5002 !important;
}

.main-card-box {
  position: relative;
  padding: 15px 10px;
  color: #08334e;
  background-color: #fff;
  border-radius: 10px;
  border-left: 3px solid #EE5002;
  box-shadow: 1px 1px 20px #e0e0e0;
  cursor: pointer;
}

.btn-main {
  border-radius: 50px;
  background-color: transparent;
  color: #EE5002;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 15px;
  border: 2px solid #EE5002;
}

.btn-main:hover {
  border-radius: 50px;
  background-color: #EE5002;
  color: #fff;
  font-weight: 600;
  /* font-size: 12px; */
  padding: 6px 15px;
  border: 2px solid #EE5002;
}

.badge-loan {
  padding: 3px 15px;
  font-size: calc(4px + 6 * ((100vw - 320px) / 700));
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  background-color: #EE5002;
}

.loan-text-lbl {
  color: #EE5002;
  font-size: calc(4px + 6 * ((100vw - 320px) / 400));
  font-weight: 700;
}

.badge-status {
  padding: 3px 15px;
  font-size: 12px;
  font-weight: 600;
  color: #08334e;
  border-radius: 5px;
  background-color: #f4f4f4;
}

.badge-status-success {
  background-color: #28a745;
  /* Green */
  color: white;
  /* White text */
}

.badge-status-fail {
  background-color: #dc3545;
  /* Red */
  color: white;
  /* White text */
}

.badge-status-review {
  background-color: #ffc107;
  /* Yellow */
  color: black;
  /* Black text */
}

/* ========================== */


.row-count {
  margin: 0;
  padding: 3px;
  background-color: #ef4947;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ef4947;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px !important;
  left: inherit;
  right: -6px !important;
  top: -10px !important;
  position: absolute
}

.row-count {
  font-size: calc(16px + 6 * ((100vw - 320px) / 700))
}

.lbl-view-number {
  font-size: 12px
}

.row-view-details {
  font-size: 12px;
  font-weight: 500;
  color: #004a8e;
  border-top: 1px solid #eaeaea;
  margin-top: 6px;
  padding-top: 4px;
  margin-top: 7px
}

.row-list-title {
  font-size: calc(4px + 6 * ((100vw - 320px) / 700));
  font-weight: 700;
  color: #08334e
}

.div-box {
  margin: 0;
  padding: 5px;
  width: auto !important;
  height: 110px !important;
  box-sizing: border-box;
  border: 2px solid #f1f0f1;
  border-radius: 15px;
  margin-top: inherit;
  margin-right: inherit;
  text-align: center;
  padding-top: 10px !important;
  margin-bottom: 15px
}

.position-relative {
  position: relative !important
}

.head-sub-title {
  font-size: 14px;
  color: #08334e;
  margin-left: 0;
  margin-top: 20px
}

.big-badge-status {
  margin-top: 15px;
  color: #856404;
  background-color: #fbf6db;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px
}

.big-badge-status {
  font-size: calc(12px + 6 * ((100vw - 320px) / 700))
}

.progress-status {
  height: 28px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #727272;
  white-space: break-spaces
}

#progressbar .inprocess .progress-status {
  color: #2c2c2c
}

.progress-date {
  font-size: 10px;
  margin-bottom: 0;
  color: #727272;
  font-weight: 500;
  white-space: break-spaces
}

#progressbar .name {
  font-weight: 700;
  height: 35px;
  line-height: 16px;
  color: #2c2c2c;
  margin-bottom: 8px;
  white-space: break-spaces
}

#progressbar .active .bar {
  color: #2f8d46
}

#progressbar .bar {
  height: 60px;
  position: relative
}

#progressbar .bar:before {
  content: '';
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #fff;
  background: #d3d3d3;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  position: relative;
  z-index: 1;
}

#progressbar .bar:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 50%;
  top: 25px;
  z-index: 0;
}

#progressbar li:last-child .bar:after {
  content: inherit !important
}

#progressbar .active .bar:after,
#progressbar .active .bar:before {
  background: #2f8d46
}

#progressbar .inprocess .bar:before {
  background: #edc500
}

#progressbar .bar span {
  position: relative;
  bottom: 48px;
  color: #fff;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 600;
  z-index: 2
}

#progressbar .heading {
  font-size: 11px;
  white-space: break-spaces
}

#progressbar {
  margin-bottom: 0;
  overflow: auto;
  white-space: nowrap;
  color: #d3d3d3
}

.mdi-check:before {
  content: '\2713';
}

#progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 137px;
  display: inline-block;
  position: relative;
  font-weight: 400
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: #2f8d46
}

#progressbar::-webkit-scrollbar {
  height: 5px
}

.dtl-block {
  color: #727272;
  margin-bottom: 0
}

.status-timeline {
  margin-right: 0;
  margin-left: 0;
  padding: 15px 0;
  border: 1px solid #ccc;
  border-radius: 16px
}

.lbl-view-text {
  font-size: 14px;
  color: #08334e;
  font-weight: 500;
  text-transform: uppercase
}

.lbl-view-value {
  color: #08334e;
  font-size: 16px;
  font-weight: 600
}

.inner_title {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 500;
  color: #00334e;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 20px
}

.loan-left-main-div {
  padding-left: 25px;
  margin: 10px 25px 0;
  max-height: 80vh;
  background-color: #fff;
  padding-top: 15px;
  padding-right: 25px;
  overflow-y: auto;
  padding-bottom: 70px;
  box-shadow: 1px 1px 20px #e0e0e0;
  box-sizing: border-box;
  border-radius: 10px;
  height: calc(100vh - 90px);
  background-attachment: fixed;
  background-size: 18%;
  background-repeat: no-repeat;
  background-position: right bottom;
  /* margin : 10px 0 20px;
  padding-left : 30px;
  padding-right : 25px */
}

.password-requirements {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.password-requirements h3 {
  margin-top: 0;
  color: #333;
}

.password-requirements ul {
  list-style-type: none;
  padding: 0;
}

.password-requirements li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.password-requirements li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #007bff;
}

.table-responsive {
  height: calc(70vh - 70px);
}

.textColor {
  color: #f26226;
}

.finaalCard {
  padding-left: 25px;
  background-color: #fff;
  padding-top: 15px;
  padding-right: 25px;
  overflow-y: auto;
  box-shadow: 1px 1px 20px #e0e0e0;
  box-sizing: border-box;
  border-radius: 10px;
  background-attachment: fixed;
  background-size: 18%;
  background-repeat: no-repeat;
  background-position: right bottom;
}


.bg-padding {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: calc(6px + 6 * ((100vw - 320px)/ 1880)) !important;
  padding-right: calc(6px + 6 * ((100vw - 320px)/ 1880)) !important;
  padding-bottom: calc(6px + 6 * ((100vw - 320px)/ 1880)) !important
}

.actives {
  background-color: #fff;
  border-left: 2px solid red;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700 !important;
  border-left: none !important;
  box-shadow: none
}


.loan-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px
}

.loan-menu ul li {
  background-color: #fff;
  border-left: none !important;
  border-right: 2px solid transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
  color: #004a8e;
  font-size: 14px;
  padding: 10px 0;
  padding-left: 26px;
  margin-left: 0 !important
}

.loan-menu .submenu li {
  padding-left: 0 !important
}

.dot {
  font-size: 8px;
  position: relative;
  top: -2px;
  margin-right: 10px
}

.loan-menu ul li a {
  color: #014847 !important;
  list-style: none;
  font-size: 14px;
  font-weight: 500 !important;
  padding: 10px 0;
  margin-bottom: 15px;
  text-decoration: none
}

.loan-menu ul li a.active,
.loan-menu ul li a:hover {
  font-weight: 600 !important
}

.loan-menu ul li .menu_head_title img,
.loan-menu ul li a img {
  width: auto !important;
  height: 25px !important
}

.loan-menu ul li:hover {
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.loan-menu ul li {
  background-color: #fff
}

.loan-menu .submenu>li>a,
.loan-menu>ul>li>a {
  font-size: 14px !important
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-secondary {
  margin: 0;
  padding: 10px 20px;
  background-color: #014847;
  border-radius: 50px;
  width: auto;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center
}

.acc_details_box_title {
  font-size: 16px;
  font-weight: 400;
  color: #000
}

.desk-hide {
  display: block
}

.acc_details_box {
  background-image: none;
  padding: 25px;
  height: auto;
  width: 100%;
  background-size: cover
}

.loan-right-div-box {
  z-index: 1;
  position: relative;
  margin: 0;
  height: calc(100vh - 100px);
  width: 100%;
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto
}


.card_inner {
  min-height: auto;
  margin: 0;
  padding: 15px 25px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: #fff;
  background-attachment: fixed;
  background-position: right bottom;
  background-size: 18%;
  background-repeat: no-repeat;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08)
}

.Sub_tab_doc .tabs-input {
  display: none
}

.Sub_tab_doc .tabs-input:checked+.tabs-label {
  background: #fff;
  color: #08334e;
  font-weight: 600
}

.Sub_tab_doc .tabs-input#tab1:checked~.line {
  left: 9%
}

.Sub_tab_doc .tabs-input#tab2:checked~.line {
  left: 25%
}

/* .Sub_tab_doc .tabs-input#tab1:checked~.content-Sub_tab_doc #c1 {
  opacity: 1
}

.Sub_tab_doc .tabs-input#tab2:checked~.content-Sub_tab_doc #c2 {
  opacity: 1
}

.Sub_tab_doc .tabs-input#tab3:checked~.content-Sub_tab_doc #c3 {
  opacity: 1
} */

.Sub_tab_doc .tabs-input#tab1:checked~.content-Sub_tab_doc #c1,
.Sub_tab_doc .tabs-input#tab2:checked~.content-Sub_tab_doc #c2,
.Sub_tab_doc .tabs-input#tab3:checked~.content-Sub_tab_doc #c3,
.Sub_tab_doc .tabs-input#tab4:checked~.content-Sub_tab_doc #c4 {
  opacity: 1
}

/* .Sub_tab_doc .tabs-input#tab2:checked~.content-Sub_tab_doc #c2 {
  opacity: 1
}

.Sub_tab_doc .tabs-input#tab3:checked~.content-Sub_tab_doc #c3 {
  opacity: 1
} */

.Sub_tab_doc .tabs-label {
  display: inline-block;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  /* Add padding for some space around the text */
  text-align: center;
  background: 0 0;
  color: #555;
  position: relative;
  transition: .25s background ease;
  cursor: pointer;
  white-space: nowrap;
  /* Prevents the text from wrapping */
}

.Sub_tab_doc .tabs-label::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  display: block;
  background: #ccc;
  bottom: 0;
  opacity: 0;
  left: 0;
  transition: .25s ease;
}

.Sub_tab_doc .tabs-label.active::after,
.Sub_tab_doc .tabs-label:hover::after {
  opacity: 1
}

.Sub_tab_doc .line {
  position: absolute;
  height: 2px;
  background: #08334e;
  width: 160px;
  top: 61px;
  left: 0;
  transition: .25s ease
}

.Sub_tab_doc .content-Sub_tab_doc {
  position: relative
}

.Sub_tab_doc .content-Sub_tab_doc .content {
  padding: 10px;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: .25s ease;
  color: #333
}

.Sub_tab_doc .content-Sub_tab_doc .content h3 {
  font-weight: 200;
  margin: 10px 0
}

.Sub_tab_doc .content-Sub_tab_doc .content p {
  margin: 10px 0
}

.Sub_tab_doc .content-Sub_tab_doc .content p,
body .Sub_tab_doc .content-Sub_tab_doc .content i {
  font-size: 13px
}

/* .Sub_tab_doc input#tab2:checked~.content-Sub_tab_doc #c1 {
  z-index: -1;
  display: none;
}

.Sub_tab_doc input#tab1:checked~.content-Sub_tab_doc #c2 {
  z-index: -1;
  display: none;
}

.Sub_tab_doc input#tab3:checked~.content-Sub_tab_doc #c3 {
  z-index: -1;
  display: none;
} */


.Sub_tab_doc input#tab2:checked~.content-Sub_tab_doc #c1,
.Sub_tab_doc input#tab2:checked~.content-Sub_tab_doc #c3,
.Sub_tab_doc input#tab2:checked~.content-Sub_tab_doc #c4 {
  z-index: -1;
  display: none;
}

.Sub_tab_doc input#tab1:checked~.content-Sub_tab_doc #c2,
.Sub_tab_doc input#tab1:checked~.content-Sub_tab_doc #c3,
.Sub_tab_doc input#tab1:checked~.content-Sub_tab_doc #c4 {
  z-index: -1;
  display: none;
}

.Sub_tab_doc input#tab3:checked~.content-Sub_tab_doc #c1,
.Sub_tab_doc input#tab3:checked~.content-Sub_tab_doc #c2,
.Sub_tab_doc input#tab3:checked~.content-Sub_tab_doc #c4 {
  z-index: -1;
  display: none;
}

.Sub_tab_doc input#tab4:checked~.content-Sub_tab_doc #c1,
.Sub_tab_doc input#tab4:checked~.content-Sub_tab_doc #c2,
.Sub_tab_doc input#tab4:checked~.content-Sub_tab_doc #c3 {
  z-index: -1;
  display: none;
}

.head-title {
  font-size: calc(18px + 6 * ((100vw - 320px) / 1880));
  margin-left: 0;
  margin-top: 20px;
  font-size: 16px;
  /* color : #08334e;
  margin-left : 50px;
  margin-top : 0 */
}


.head-title-sub {
  font-size: calc(16px + 6 * ((100vw - 320px) / 1880));
  color: #08334e;
  margin-top: 0
}

[aria-expanded="true"] {
  background-color: #f1f0f1 !important;
}

.loan-left-sub-main-div {
  /* margin: 25px 25px 0; */
  background-color: #fff;
  height: auto;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  overflow-y: auto;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08)
}

.user-row-details {
  background-color: #f1f0f1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 25px;
  padding: 20px 30px
}

.user-count {
  font-size: calc(2px + 6 * ((100vw - 320px) / 600));
  background-color: #08334e;
  font-weight: 500;
  color: #fff
}

.user-row {
  display: flex;
  justify-content: space-between
}

.user-count {
  width: 4%;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px
}

.user-name {
  font-size: 14px;
  color: #08334e !important;
  font-weight: 500;
  border-radius: 5px;
  padding: 3px 0 3px 0;
  display: inline-block
}


.copmany-name {
  font-size: calc(2px + 6 * ((100vw - 320px) / 600));
  color: #08334e !important;
  font-weight: 500;
  border: 1px solid #f1f0f1;
  border-radius: 5px;
  padding: 3px 20px;
  display: inline-block
}

.w120 {
  width: calc(120px + 6 * ((100vw - 320px)/ 1880))
}

.open_block {
  display: none
}


.lbl {
  font-size: 10px;
  color: #08334e;
  font-weight: 500
}

.btn-switch {
  margin-top: 5px;
  font-size: 14px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 95px;
  height: 33px;
  display: block
}

.btn-switch__radio {
  display: none
}

.btn-switch__label {
  display: inline-block;
  padding: .3em .8em .75em .9em;
  vertical-align: top;
  font-size: 1em;
  font-weight: 700;
  line-height: .8;
  color: #fff;
  cursor: pointer;
  transition: color .2s ease-in-out
}

.btn-switch__label+.btn-switch__label {
  padding-right: .75em;
  padding-left: 0
}

.btn-switch__txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 1.5em;
  opacity: 1;
  pointer-events: none;
  transition: opacity .2s ease-in-out
}

.btn-switch__radio_no:checked~.btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked~.btn-switch__label_no .btn-switch__txt {
  opacity: 0
}

.btn-switch__label:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #004a8e;
  border-radius: 1.5em;
  box-shadow: inset 0 .0715em .3572em rgba(43, 43, 43, .05);
  transition: background .2s ease-in-out
}

.btn-switch__radio_yes:checked~.btn-switch__label:before {
  background: #004a8e
}

.btn-switch__label_no:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: .5em;
  bottom: .5em;
  left: .5em;
  width: 1.8em;
  background: #fff;
  border-radius: 1em;
  pointer-events: none;
  box-shadow: 0 .1429em .2143em rgba(43, 43, 43, .2), 0 .3572em .3572em rgba(43, 43, 43, .1);
  transition: left .2s ease-in-out, background .2s ease-in-out
}

.btn-switch__radio_yes:checked~.btn-switch__label_no:after {
  left: calc(100% - 2.5em);
  background: #fff;
}

.btn-switch__radio_no:checked~.btn-switch__label_yes:before,
.btn-switch__radio_yes:checked~.btn-switch__label_no:before {
  z-index: 1
}

.btn-switch__radio_yes:checked~.btn-switch__label_yes {
  color: #fff
}

.upload_box_bg {
  margin-bottom: 10px;
  font-weight: 600
}

.pointer {
  cursor: pointer
}


.small,
small {
  font-size: .875em
}

.delete-btn {
  padding: 20px 14px;
}

.custom-file-upload {
  display: inline-block;
  padding: 8px 12px;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.custom-file-upload:hover {
  color: darkblue;
}

.form-group input,
.form-group select {
  /* padding: 8px 4px; */
  /* width: 100%; */
  /* border: none; */
  border-bottom: 1px solid #c9c9c9;
  /* margin: 12px 0; */
  color: #08334e;
  /* border-radius: 0; */
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  LETTER-SPACING: 0.5PX;
}

.font30 {
  font-size: calc(2px + 6 * ((100vw - 320px) / 400))
}

.mdi-set,
.mdi:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.display-inline {
  display: inline-block
}

.check {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  padding-right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: calc(11px + 6 * ((100vw - 320px) / 2200));
  color: #08334e;
  font-weight: 500
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-color: #a9a7a7;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%
}

.check input:checked~.checkmark {
  background-color: #004a8e;
  color: #fff;
  border-color: #004a8e
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.check input:checked~.checkmark:after {
  display: block
}

.check .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid;
  border-color: #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.textareas {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #08334e
}

.mdi-delete:before {
  content: "\F1C0"
}

.otherDoc {
  margin-bottom: 10px
}


.doc-view-row {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  margin: 25px 0 0;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 25px;
  overflow-y: auto;
  padding-bottom: 25px;
  box-sizing: border-box;
  border-radius: 10px
}


.doc-count {
  position: relative;
  left: -30px;
  padding: 8px 10px;
  padding-right: 17px;
  margin-top: -2px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-weight: 600;
  background-color: #f1f0f1
}

.col-md-3.padding0.bg.hidden-sm-down.menu-nav.main-nav {
  border-right: 1px solid #b6c3cb;
  /* You can change the color and width as needed */
}

.decorateText {
  text-decoration: none;
  color: #ff872d;
}

/* .decorateText:hover>a {
  color: #fff;
  text-decoration: none;
} */

.document-filter {
  margin: 10px 0;
  padding-left: 50px;
}

@media (min-width : 768px) and (max-width : 992px) {
  .as-margin-center {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

}

@media (max-width : 1199px) {
  .badge-secondary {
    font-size: 12px
  }

}

@media screen and (max-width : 360px) {
  .Sub_tab_doc .tabs-label {
    font-size: 14px;
    width: 150px
  }
}

@media screen and (max-width : 320px) {
  .Sub_tab_doc .tabs-label {
    font-size: 13px;
    width: 140px
  }

}

@media (min-width : 320px) and (max-width : 992px) {
  .loan-left-sub-main-div {
    margin: 25px 0 0
  }

  .user-row-details {
    margin: 0 0
  }

  .copmany-name {
    font-size: calc(12px + 6 * ((100vw - 320px) / 600));
    border: 1px solid #f1f0f1;
    margin-bottom: 15px;
    margin-top: 10px
  }

  .reset-field-btn {
    margin-bottom: 10px;
    float: left !important;
    margin-left: 30px
  }

  .doc-count {
    display: inline
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 700px) {
  .content-wrapper {
    margin-top: 10% !important;
  }

  .actions.clearfix ul>li {
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
  }

  .header-navbar.floating-nav {
    width: calc(100vw - (100vw - 100%) - 2.5rem) !important;
  }

  .content-wrapper .chat-application {
    margin-top: 40px !important;
  }

  .loan-text-lbl {
    font-size: 27px;
    text-align: center;
  }

  .badge-loan,
  .badge-status,
  .decorateText {
    font-size: 15px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }

  .marginForContent {
    margin-top: 20% !important;
  }

  .loan-right-div-box {
    height: calc(50vh - 100px);
  }

  .loan-left-main-div {
    margin: 0px;
  }

  .Sub_tab_doc .content-Sub_tab_doc .content {
    padding: 0px;
  }

  .user-count {
    width: 13%;
    font-size: 20px;
  }

  .decorateText {
    display: block;
    width: 100%;
    margin-top: 15px;
  }

  .apply-btn,
  .upload-btn {
    width: 100%;
    margin-top: 15px;
    display: block;
    font-size: 16px;
  }

  .viewDocName {
    text-align: center;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .apply-btn {
    font-size: 15px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {}

/* Large devices (large tablets and desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}