/* Veloce Fintech HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Three / Four / Five
5. Main Slider
6. Services Section
7. About Section
8. Mission Section
9. Offers Section
10. Counter Section
11. Case Section
12. Clients Section / Section Two
13. Fluid Section One / Two / Three
14. News Section / Section Two
15. Call To Action / Two / Three
16. Main Footer
17. Business Section
18. Beyong Section
19. Featured Section
20. Planning Section
21. Help Section
22. Expert Section
23. goals Section
24. Task Section
25. Consulting Section
26. Strategies Section
27. Success Section
28. Page Title
29. Leaders Section
30. Skills Section
31. Team Section
32. Portfolio Section
33. Portfolio Two Column Section
34. Portfolio Three Column Section
35. Portfolio Single Section
36. Blog Section
37. Blog Widgets
38. Blog Detail
39. Contact Form
40. Map Section

**********************************************/

/*font-family: 'Hind', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Merriweather', serif;*/

@import url("owl.css");

/*poppins font*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --green900: #166534;
  --green800: #009958;
  --green500: #55b949;
  --font-poppins: "Poppins", sans-serif;
  --grey300: #f9f9f9;
  --radius: 4px;
  --light-green: #f6fff5;
  --header-light: #ebf7f2;
  --yellow-color: #f5f33b;
  --border-width3: 2px;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: var(--radius50);
}
::-webkit-scrollbar-thumb {
  background-color: #cfcfcf;
  border-radius: 50px;
}
*, :after, :before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
body,
html {
  font-family: var(--font-poppins);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  scroll-behavior: smooth;
  margin: 0px;
  padding: 0px;
}
.h1title,
.h2title {
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 5px;
  margin: 30px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.h2title {
  font-size: 26px;
}
.mini-title,
.document-type-form .veloce-form-control label {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0px;
  color: #323232;
}
.borrow-form {
  display: flex;
  gap: 10px;
}
.borrow-form .veloce-form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: var(--green800);
}
button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
textarea {
  overflow: hidden;
}
p {
  position: relative;
  line-height: normal;
  margin: 0;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
img {
  display: inline-block;
  max-width: 100%;
}
.theme-btn,
.btn {
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 500;
}
.small-btn {
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 400;
  border-radius: .375rem;
  font-size: 14px;
  padding: 6px 19px;
  width: auto;
}
.centered {
  text-align: center;
}
/*Btn Style One*/
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.theme_color {
  color: #ee2d50;
}
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/static/veloce/images/icons/preloader.svg);
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.btn-secondary {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
}
.btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0.12);
  color: black;
}
/* Scroll To Top style */
.scroll-to-top.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scroll-to-top.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scroll-to-top img {
  width: auto;
  height: 50px;
}
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: var(--green900);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 91;
  cursor: pointer;
  border: 1px solid #067a494a;
  box-shadow: 0 0 12px 0px #067a4938;
}
.scroll-to-top:hover {
  bottom: 16px;
}
.scroll-to-top svg {
  width: auto;
  height: 20px;
}
.scroll-to-top svg path {
  stroke-width: 4;
}
/*Custom Select*/
.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 15px;
  font-style: normal;
  height: 50px;
  padding: 10px 0px;
  line-height: 28px;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  background: none;
  font-family: "Hind", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 2px;
  text-indent: 0px;
  color: #333333;
}
.form-group .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}
.ui-widget.ui-widget-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* Main Footer */
.main-footer {
  position: relative;
  background-color: var(--header-light);
  /* border-top: 1px solid #cfcfcf; */
}
.page-wrapper + .copyright-text,
.inner-page + .copyright-text,
.copyright-space-none .copyright-text,
.tac-page .copyright-text {
  margin: 0;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widgets-section {
  position: relative;
  padding-bottom: 35px;
}
.main-footer .footer-widget h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 18px;
  text-transform: capitalize;
}
.main-footer .footer-widget h2:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 50px;
  background-color: #54b949;
}
/*Search Box Widget*/
.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 33px;
  padding: 10px 50px 10px 20px;
  background: #ffffff;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 55px;
  font-weight: 400;
  border: 1px solid #eeeeee;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 50px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  line-height: 55px;
  background: #443986;
  font-weight: normal;
}
.text {
  text-align: center;
}
.wrapper {
  padding: 0px 100px 20px 225px;
}
/*17-08-2023*/
.content-sidebar .btn:hover {
  transform: none !important;
}
.application .btn-success,
.application .btn-danger,
.application .btn-warning {
  font-weight: 500;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.applicant-data-modal .btn-success {
  justify-content: center;
}
.btn-success {
  background-color: var(--green500);
}
.btn-success:hover {
  background-color: var(--green500);
  filter: brightness(0.95);
}
.profile-data-list ul li {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
  font-size: 14px;
  padding-bottom: 5px;
}
.profile-data-list ul li p,
.profile-middle-last-data table tr td p {
  margin: 0;
  line-height: normal;
  font-size: 20px;
  color: #161616;
  padding: 0 12px;
  display: flex;
  align-items: center;
  word-break: break-all;
  text-align: left;
}
.completion-container {
  position: relative;
  height: 45px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.completion-container span {
  position: absolute;
  bottom: 10px;
  left: 5px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 15px;
}
.completion-container #completion {
  width: 100%;
  height: 5px;
  color: black;
  appearance: none;
  margin-top: 40px;
}
.completion-container #completion[value]::-webkit-progress-bar {
  background-color: white;
  border-top: solid 1px #d0ece0;
}
.completion-container #completion[value]::-webkit-progress-value {
  background-color: #009a58;
}
.profile-data-list ul li span,
.profile-middle-last-data table tr td span {
  font-weight: 400;
  color: #000000c4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  font-size: 13px;
  word-break: break-word;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.profile-middle-last-data table tr td span {
  justify-content: flex-start;
  border-radius: 5px 0 0 5px;
}
.profile-middle-last-data table tr td p {
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  max-width: 15.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
a:hover {
  color: inherit;
}
.copyright-text {
  text-align: center;
  background: var(--grey300);
  padding: 10px;
  border-top: 1px solid #ebebeb;
  margin-top: 5rem;
}
.copyright-text p {
  text-align: center;
  font-size: 14px;
  margin: 0;
  opacity: 0.7;
  font-weight: 400;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: var(--green500);
  color: #fff;
  border-color: var(--green500);
}
.btn-primary:hover {
  background-color: black;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fields {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 10px;
  margin: 10px 0;
}
.secondary {
  display: block;
  text-align: center;
  background: none;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 10px;
  background: #e5e5e5;
  text-decoration: none;
  color: black;
}
.secondary:hover {
  background: #e0e0e0;
  cursor: pointer;
}
.fields .full {
  grid-column: 1 / -1;
}
.visually-hidden-legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
.bizcred-form-control {
  display: inline-block;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.bizcred-form-control label:not(.checkbox-container),
.borrow-form label,
.veloce-form-control label,
.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  opacity: 0.8;
}
.other-document .veloce-form-control {
  margin-bottom: 10px;
}
.co-applicant-box label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  opacity: 0.8;
}
select,
a,
button,
.btn {
  cursor: pointer;
}
select,
.bootstrap-select > .dropdown-toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/static/veloce/images/icons/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 12px;
  color: #3f3f3f;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-appearance: inherit !important;
  padding-right: 30px !important;
}
form input,
form select,
form .select-selected,
.fields input,
.bootstrap-select > .dropdown-toggle,
textarea,
.form-control {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 5px;
  outline: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
  transition: none;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  color: #707070;
  transform: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 40px;
}
.bootstrap-select .dropdown-menu.inner li a {
  font-size: 14px;
  color: #707070;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #067a4929;
}
.bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.selectalllender {
  position: absolute;
  right: 0;
  top: -27px;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
  text-decoration: underline;
  color: var(--green900);
  padding: 0;
}
.selectalllender:hover {
  text-decoration: none;
}
.btn {
  padding: 10px;
  font-size: 14px;
  outline: none;
  border: none;
  transition: none;
  max-width: 100%;
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7),
    box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7),
    -webkit-transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7),
    -webkit-box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}
form input:focus,
form select:focus,
form .select-selected:focus,
.bootstrap-select .dropdown-toggle:focus,
.form-control:focus {
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.flex {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.checkbox-container {
  cursor: pointer;
  margin-top: 10px;
  user-select: none;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: start;
  font-size: 14px;
  color: #6e6e6e;
}
.checkbox-container input {
  cursor: pointer;
  opacity: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  -ms-flex: 0;
  flex: 0;
  width: 0;
}
.checkmark {
  height: 20px;
  width: 20px;
  min-width: 20px;
  position: relative;
  background-color: #eee;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--green800);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 8.5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.errorlist {
  color: #721c24;
  background-color: #f8d7da;
  border-radius: 5px;
  padding: 8px 8px;
  font-size: 12px;
  border: 2px solid #f5c6cb;
}
.bizcred-form-control .invalid input,
.bizcred-form-control .invalid select,
.bizcred-form-control .invalid .select-selected {
  border: 1px solid rgba(255, 99, 71, 0.9);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.95rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(1.17em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#SaveForm .bizcred-form-control .is-valid input,
.bizcred-form-control .is-valid select,
.bizcred-form-control .is-valid .select-selected {
  border: 1px solid rgb(0, 153, 88);
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.75em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.asterisk {
  content: " *";
  color: red;
  font-size: 14px;
}
.fields-incomplete {
  pointer-events: none;
}
.fields-incomplete input,
.fields-incomplete select {
  background-color: rgb(235, 235, 228);
}
input[type="file"] {
  display: block;
  padding: 6px;
}
.upload-files-container {
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  min-height: 45px;
  cursor: pointer;
  width: 100%;
  gap: 12px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.upload-files-container input {
  padding: 0;
  border: none;
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  cursor: pointer;
  z-index: 1;
}
.drag-file-area {
  display: flex;
  align-items: center;
}
.file-selected .drag-file-area {
  gap: 10px;
}
.drag-file-area svg,
.drag-file-area img {
  width: 100%;
  height: 20px;
}
.drag-file-area svg path {
  stroke: darkgrey;
  stroke-width: 1.2px;
}
.uploadfile .printno {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-bottom: 0 !important;
  white-space: nowrap;
}
.select-files {
  font-size: 14px;
  color: #707070;
  z-index: 0;
}
.file-selected .select-files {
  display: none;
}
.file-selected .uploadbtb {
  display: none;
}
.file-selected .checkimage {
  display: block;
}
.file-selected .checkimage path {
  stroke: green;
}
.imageThumb {
  cursor: pointer;
  width: 100%;
  height: 40px;
  border: none;
}
.img-wrap {
  position: relative;
  width: 100%;
  max-width: 50px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(201, 201, 201);
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  margin: 6px 2px;
  overflow: hidden;
  text-align: center;
  max-height: 45px;
  height: 45px;
}
.checkimage {
  display: none;
}
.selected-file-count {
  background: green;
  border-radius: 5px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 2px 10px;
}
.file-selected .uploadbtn {
  display: none;
}
.img-wrap i {
  font-size: 25px;
  color: #009957;
}
.main_img_rm,
.removePdf {
  color: red;
  font-size: 30px;
  cursor: pointer;
}
.file-upload-action span,
.file-upload-action button {
  display: flex;
  height: 20px;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  background: transparent;
  padding: 0;
}
.img-wrap a {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.modal-confirm .btn {
  color: #fff !important;
}
.img-wrap:hover .main_img_rm,
.img-wrap:hover .removePdf,
.img-wrap:hover .file-upload-action,
.img-wrap:focus .file-upload-action,
.img-wrap:hover .removePdf,
.img-wrap:focus .removePdf {
  opacity: 1;
}
.eye-icon {
  cursor: pointer;
  width: 20px;
}
.eye-icon img {
  width: 100%;
}
.modal-confirm .modal-header {
  text-align: center;
}
.alert-title {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 24px;
}
.alert-box img {
  width: 100%;
}
.alert-box {
  margin: auto;
  width: 70px;
}
.modal-confirm .modal-content {
  padding: 10px 0 0 0;
}
.stepheadtitle {
  position: absolute;
  right: 10px;
  display: flex;
  gap: 5px;
  z-index: 1;
}
.flex.invalid:has(.upload-files-container) {
  display: block;
}
.steps-btn {
  margin-bottom: 2rem;
}
.add-note {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.table td,
.table th {
  padding: 0.25rem;
}
td .btn {
  width: auto;
}
fieldset.fields {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.subtitle {
  font-size: 14px;
  color: #000;
  opacity: 0.6;
}
.modules .fields,
.account-master .fields {
  border: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.status-button {
  text-align: right;
}
.status-button a {
  text-decoration: underline;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
.auto-btn-set {
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.auto-btn-set .btn {
  width: auto;
  max-width: 150px;
  border: none !important;
  min-width: 80px;
  font-size: 14px;
}
.profile-incomplete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
}
.incomplete-panel {
  width: 100%;
  display: flex;
  align-items: start;
  column-gap: 5rem;
  text-align: left;
}
.incomplete-text {
  width: 50%;
}
.incomplete-banner img {
  width: 100%;
  padding: 3rem;
  padding-right: 0;
}
.incomplete-page {
  height: 100%;
}
.incomplete-page .main-body {
  min-height: calc(100% - 43px);
}
.incomplete-banner {
  width: 50%;
}
.incomplete-text p {
  font-size: 16px;
  font-weight: 300;
  color: #6a6a6a;
  margin-bottom: 40px;
}
.incomplete-btn {
  padding: 20px 0;
}
.incomplete-form {
  transition: all 250ms ease-in-out;
  text-align: center;
  padding: 1rem 0;
}
.incomplete-page .copyright-text {
  margin: 0;
}
.incomplete-page .h1title {
  display: none;
}
.accessdenied {
  width: 100%;
  max-width: 150px;
}
.list-step-div,
#SaveForm {
  margin-top: 50px;
}
.title-badge {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form {
  margin: 0;
  width: 100%;
}
.login-area-main .content-container {
  max-width: 100%;
  overflow: hidden;
}
.login-area-main .content {
  padding: 0;
  width: 100%;
  height: 100%;
}
.enter-form {
  display: flex;
  width: 100%;
  height: 100%;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 153 88 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(0 153 88 / 25%);
}
.applicant-data-modal .view-application:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #d7d7d7;
  box-shadow: 0 0 0 0.2rem #d7d7d7;
}
.fund-mis-mr-2{
  margin-right: 10px;
}
.card-counter.primary,
.fund-mis-report-card.primary {
  background-color: #6a80c9;
  color: #fff;
}
.card-counter.danger,
.fund-mis-report-card.danger {
  background-color: #ef5350;
  color: #fff;
}
.card-counter.success,
.fund-mis-report-card.success {
  background-color: #66bb6a;
  color: #fff;
}
.card-counter.info,
.fund-mis-report-card.info {
  background-color: #26c6da;
  color: #fff;
}
.card-counter.profile,
.fund-mis-report-card.profile {
  background-color: #cf8b3e;
  color: #fff;
}
.card-counter.group,
.fund-mis-report-card.group {
  background-color: #e5a5aa;
  color: #fff;
}
.count-name {
  text-transform: capitalize;
  display: flex;
  font-size: 15px;
  align-items: center;
  gap: 7px;
  color: #000;
  opacity: 0.7;
  justify-content: space-between;
}
.tag-arrow i {
  font-weight: 600;
  font-size: 13px;
  margin-left: 2px;
  color: #959595;
}
.large-data .count-name {
  margin: 4px 0;
  font-size: 12px;
}
.large-data {
  display: block !important;
}
.expected-cashflows .card-counter {
  justify-content: space-between;
}

.card-counter,
.fund-mis-report-card {
  padding: 1.5rem;
  background-color: #ffffff;
  height: 100%;
  border-radius: 10px;
  transition: 0.3s linear all;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #575757;
  gap: 5px;
}

.card-counter:hover,
.fund-mis-report-card:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
}

.card-counter:before,
.fund-mis-report-card:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  top: 0;
  background: #00000014;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  display: none;
}

.effect-none .card-counter:hover:before,
.effect-none .fund-mis-report-card:hover:before {
  width: 4px;
}

.card-counter:hover:before,
.fund-mis-report-card:hover:before {
  width: 100%;
}
.user-data-table .dashboard-data {
  flex: 1;
}
.user-data-table ul li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.user-data-table ul li .left-slide-data {
  flex: 1;
  font-size: 13px;
}
.left-slide-data b {
  font-weight: 500;
}
.left-slide-data p {
  font-size: 11px;
  opacity: 0.8;
}
.user-data-table ul li .right-slide-data {
  flex: 0.5;
  text-align: right;
}
.user-data-table ul li h4 {
  font-size: 15px;
  font-weight: 500;
}
.user-data-table ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  margin-top: 7px;
}
.user-data-table ul li p {
  word-break: break-word;
}
.user-data-table ul li span {
  opacity: 0.7;
  font-size: 14px;
  word-break: break-word;
  font-family: monospace;
}
.count-numbers {
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  word-break: break-word;
}
.count-numbers b {
  font-weight: 400;
}
.tag-arrow img {
  width: auto;
  height: 10px;
}
.tag-arrow {
  opacity: 0.7;
}
.copyright {
  position: relative;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  color: #777777;
  line-height: 1.7em;
  font-weight: 400;
}
.tile-icon {
  margin-bottom: 20px;
  height: 35px;
  display: flex;
  justify-content: space-between;
}
.tile-icon img {
  width: auto;
  height: 25px;
}
.dashboard-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.dashboard-area.investor-tracking {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.dashboard-area.borrowing-dashboard {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.sub-title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #424242;
}
.expected-cashflows {
  width: 65%;
}
.portfolio-graph {
  width: 35%;
}
.net_graph {
  display: flex;
  gap: 14px;
  margin-top: 14px;
}
.user-data-table {
  display: grid;
  gap: 14px;
  margin-top: 14px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.card-counter.flex_01,
.fund-mis-report-card.flex_01 {
  width: 30%;
  background-color: #26c6da;
  color: #fff;
}
.dashboard-main .fields,
.pending-request-page .fields,
.detailed-dashboard .fields,
.fieldspace {
  padding: 0;
  border: none;
  background: transparent;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.field-style-none {
  margin: 10px 0;
  display: block;
}
.header-top-btn {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5px;
}
.main-logo {
  min-width: 130px;
}
.header-top-btn .btn {
  width: auto;
}
.main-menu ul li a:hover:before,
.main-menu ul li a.active:before,
.main-menu ul li a:active:before {
  transform: translateY(5px);
  opacity: 1;
  background-color: var(--green900);
}
.header-top nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.m-rem {
  margin: 10px 0;
}
.borrow-form,
.fields,
.white-bg {
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.profile-link {
  border: 1px solid #e1e1e152;
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  justify-content: end;
  display: flex;
}
.profile-link .padded {
  padding: 20px;
  padding-top: 0;
}
.accordion .accordion-item {
  border: 1px solid #e1e1e152;
}
.accordion {
  border: 1px solid #e1e1e152;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.alert button.close {
  background: transparent;
  border: none;
  padding: 0;
  position: initial;
  width: auto;
  font-weight: 400;
  line-height: 0;
}
button.close span {
  font-size: 28px;
  height: 0;
  line-height: 0;
  vertical-align: middle;
}
.lastchild {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.btnicon .btn {
  min-width: 50px;
}
.accordion-button {
  padding: 12px 20px;
  font-size: 16px;
}
.theme-card {
  border: none;
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: var(--light-green);
}
.accordion-button::after {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 16px;
  height: 15px;
  background-size: 100%;
}
.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-card-header {
  font-size: 16px;
  font-weight: 500;
}
.table-css-remove .theme-table,
.debt-tracking .theme-table {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.enter-form .loginform .full:last-child {
  -ms-grid-column: 3;
  -ms-grid-column-span: -2;
  grid-column: 3/1;
}
.levelLabel span,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.step-label {
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.step-label-list {
  display: flex;
  gap: 5px;
}
.step-label-list .badge {
  display: flex;
  align-items: center;
}
.step-label-list .badge a {
  color: #fff;
}
.external-report-template-ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem; 
}
.export-report-template-li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

/* header css */
.main-header.active .home-logo {
  background-color: transparent;
}
.home-logo {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 5px;
}
.main-menu ul {
  display: flex;
  align-items: center;
}
.main-menu ul li a {
  color: #000;
  font-size: 16px;
  padding: 26px 18px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.main-menu ul li a:hover,
.main-menu ul li a.active,
.main-menu ul li a:active {
  color: var(--green900);
}
.main-header.active .main-menu ul li a:hover,
.main-header.active .main-menu ul li a.active,
.main-header.active .main-menu ul li a:active,
.main-header.active .main-menu ul li a:focus {
  color: var(--green900);
}
.main-header.active .main-menu ul li a:hover:before,
.main-header.active .main-menu ul li a.active:before,
.main-header.active .main-menu ul li a:active:before,
.main-header.active .main-menu ul li a:focus:before {
  background: var(--green900);
}
.main-header.active .main-menu ul li a {
  color: #000000;
}
.main-header.active .main-menu ul li a:before,
.light-header .main-menu ul li a:before {
  transform: none !important;
}
.top-right {
  min-width: 125px;
  text-align: right;
}
.header-top {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.theme-container {max-width: 1460px;margin-left: auto;margin-right: auto;padding-left: 1rem;padding-right: 1rem;}
.main-header {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-bottom-width: 1px;
}
.light-header {
  background-color: var(--light-green);
}
.btn-dark,
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  border-color: var(--green800);
  background-color: var(--green800);
  color: #fff;
}
.btn-dark:hover,
.btn-dark:focus {
  background-color: var(--green800);
  border-color: var(--green800);
}
.btn-whites {
  border-color: var(--green800);
  color: var(--green800) !important;
}
.btn-dark:active:focus,
.btn-dark:focus,
.btn-whites:focus,
.btn-whites:active:focus {
  box-shadow: 0 0 0 0.25rem #05462b29;
}
.btn-whites::before {
  background: var(--green800);
}
.btn-whites:hover {
  border-color: var(--green800);
  color: #fff !important;
}
/* slider css */
.banner-bottom-area {
  width: 100%;
  bottom: 20px;
  left: 0;
  position: absolute;
  z-index: 2;
  padding: 10px 0;
}
.banner-bottom-area a {
  border: var(--border-width3) solid var(--green500);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 45px;
  border-radius: 50px;
  opacity: 0.5;
}
.playstore-link {
  display: flex;
  gap: 10px;
}
.banner-bottom-area .mail-link a svg path {
  stroke: var(--green500);
}
.banner-bottom-area a svg {
  width: auto;
  height: 24px;
}
.action-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-bottom-area a:hover {
  opacity: 1;
}
.playstore-link a svg path,
.linkedin-logo svg path {
  fill: var(--green900);
}
.left-icons {
  display: flex;
  gap: 10px;
}
.slider-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-bottom-width: 1px;
}
.banner-area {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.home-logo img {
  width: auto;
  height: 40px;
}
.banner-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  color: #fff;
  margin-top: 6rem;
  z-index: 2;
}
.announcing-data {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.announcing-data h2 {
  padding: 10px 25px;
  border-radius: 5px;
  color: var(--green900);
  border: var(--border-width3) solid #06623b38;
  background-color: #06623b14;
  font-weight: 500;
}
.card-line {
  position: absolute;
  animation: 1s 1s linear infinite;
}
.card-line-left {
  animation-name: to-top;
  background: linear-gradient(to bottom, #53bb48, transparent);
  left: 0;
  bottom: -100%;
  width: 0.2em;
  height: 100%;
}
.card-line-right {
  animation-name: to-bottom;
  background: linear-gradient(to bottom, transparent, #53bb48);
  right: 0;
  top: -100%;
  width: 0.2em;
  height: 100%;
}
.card-line-top {
  animation-delay: 1.5s;
  animation-name: to-right;
  background: linear-gradient(to right, transparent, #53bb48);
  width: 100%;
  height: 0.2em;
  top: 0;
  left: -100%;
}
.card-line-bottom {
  animation-delay: 1.5s;
  animation-name: to-left;
  background: linear-gradient(to right, #53bb48, transparent);
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 0.2em;
}
@keyframes to-top {
  to {
    bottom: 200%;
  }
}
@keyframes to-bottom {
  to {
    top: 200%;
  }
}
@keyframes to-left {
  to {
    right: 200%;
  }
}
@keyframes to-right {
  to {
    left: 200%;
  }
}
.slider-center-text h1 {
  font-size: 3.75rem;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.slider-center-text ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 1rem;
  margin-top: -13px;
  color: #000;
  font-weight: 500;
}
.slider-center-text ul li {
  font-size: 40px;
}
.slider-center-text p {
  margin: auto;
  max-width: 800px;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 2;
  color: #000000;
}
.yellow-btn {
  background-color: var(--yellow-color);
  color: #000;
}
.slider-panel {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  padding: 10rem 0;
  height: 100vh;
  min-height: 650px;
}
.slide-text-one {
  transform: translateY(-2px);
}
.get-started-btn .btn {
  border-color: var(--green800);
  background-color: var(--green800);
  color: #fff;
  padding: 1rem 2rem;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.slider-panel .carousel-item {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.theme-title h2 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600;
  display: flex;
  position: relative;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 15px;
  color: #333333;
  line-height: 1.2;
  font-weight: 600;
}
.theme-title {
  margin-bottom: 2rem;
}
.theme-title h2:before {
  width: 35px;
  height: 8px;
  display: none;
  content: "";
  position: absolute;
  background-color: #4e4e4e;
  bottom: -1px;
  border-radius: 50px;
}
.theme-title h2:after {
  width: 115px;
  height: 2px;
  display: none;
  content: "";
  position: relative;
  background-color: rgb(78, 78, 78);
  bottom: -13px;
  border-radius: 50px;
}
.light-green-bg {
  background-color: var(--light-green);
}
h3 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
}
.list-of-profile {
  display: flex;
  gap: 3px;
  margin: 10px 0 20px;
  flex-wrap: wrap;
}
.list-of-profile li {
  color: #000000;
  text-align: left;
  font-size: 16px;
  border-radius: 5px;
  background-color: #efefef;
  padding: 8px 18px;
  width: 100%;
}
.display-inline-table table {
  display: inline-table;
}
.error-msg {
  text-align: center;
  color: red;
  margin: 2rem 0;
}
.borrow-form .search-field {
  width: 100%;
}
.exist-loan-data {
  margin: 2rem 0;
  text-align: c;
}
.theme-radio input[type="radio"] {
  background-color: black;
  width: 20px;
  height: 20px;
  border-width: 2px;
}
.theme-radio {
  display: flex;
  align-items: center;
  gap: 8px;
}
.theme-radio label {
  margin: 0;
  font-weight: 500;
}
.tac-page p,
.tac-page ul li {
  margin-bottom: 10px;
  line-height: 1.8;
  color: #4f4f4f;
}
.badge-secondary {
  background-color: #6c757d;
}
.badge-primary {
  background-color: #0d6efd;
}
.badge-secondary {
  background-color: #6c757d;
}
.badge-success {
  background-color: #198754;
}
.badge-danger {
  background-color: #dc3545;
}
.main-container {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.badge-warning {
  background-color: #ffc107;
  color: #000;
}
.content-container {
  max-width: 1100px;
  padding-top: 50px;
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
}
.content-sidebar {
  position: absolute;
  left: 10px;
  width: 250px;
  text-align: left;
  flex-direction: column;
  top: 95px;
  display: flex;
}
.content-container:has(.content-sidebar) {
  padding-left: 280px;
  max-width: 1150px;
}
.sidebarmain-container {
  padding-left: 280px;
  max-width: 1150px;
}
.has-sidebar {
  padding-left: 280px;
  max-width: 1150px;
}
.content-sidebar a {
  text-align: left;
  align-items: center;
  font-size: 14px;
  border: none;
  font-weight: 500;
  margin: 2px 0;
  display: flex;
  border-radius: 0;
  justify-content: space-between;
  border-left: solid 2px transparent;
}
.content-sidebar a,
.content-sidebar a span {
  color: #4c4c4c;
}
.show-sidebar-btn {
  position: absolute;
  top: 20px;
  right: 10px;
  border: none;
  padding: 10px;
  cursor: pointer;
  outline: none;
  display: none;
  z-index: 1;
  background-color: transparent;
}
.content-sidebar a.active {
  color: var(--green500);
  border-left: solid 2px var(--green800);
}
.content-sidebar a:hover {
  color: var(--green500);
}
.badge {
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  padding: 5px 10px;
  border-radius: 3px;
}
.modal-header {
  padding: 10px 15px;
}
.modal-header .modal-title {
  font-size: 18px;
  font-weight: 500;
}
.upload-more-modal .modal-dialog {
  max-width: 750px;
}
.main-body {
  min-height: calc(100vh - 7.6rem);
}
.borrow-form p {
  width: 100%;
}
.steps {
  display: flex;
  gap: 10px;
  background-color: #fff;
  z-index: 1;
  flex-wrap: wrap;
}
.steps a {
  display: block;
  padding: 10px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 5px;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: black;
  border: solid 1px transparent;
}
.steps a:hover {
  background: rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.05);
}
.steps a[active] {
  background: var(--green500);
  color: white;
}
.steps a[active]:hover {
  background: black;
  color: white;
}
.steps a[pending] {
  cursor: not-allowed;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
  color: #787878;
}
.view-application {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  background: #e3e3e3;
  padding: 2px 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  text-decoration: underline;
}
.data-application {
  padding: 5px 0 10px;
  padding: 5px 0;
  margin: 5px 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}
.applicant-name {
  font-size: 14px;
}
.subitems .subitem {
  margin: 0;
  padding: 7px 15px;
  font-size: 13px;
  padding-right: 11px;
}
.subitems {
  border-radius: 5px;
  display: none;
}
.top-plus-btn {
  float: right;
  margin-top: -58px;
  display: flex;
  cursor: pointer;
  position: relative;
  z-index: 2;
  gap: 5px;
}
.top-plus-btn a,
.top-plus-btn button {
  width: auto;
  padding: 5px 8px;
  max-height: 35px;
  display: flex;
  align-items: center;
}
select:disabled,
input:disabled,
fieldset:disabled input,
fieldset:disabled .upload-files-container,
.upload-files-container:has(input:disabled) {
  background: rgba(0, 0, 0, 0.04);
  border: solid 1px transparent;
  color: #999;
}
.bulk-record-upload-panel .btn {
  width: 100%;
  white-space: nowrap;
}
.bulk-record-upload-panel {
  display: flex;
  gap: 10px;
}
.plusicon {
  margin: 5px 0;
}
.accept-reject {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
.accept-reject .btn {
  min-width: 40px;
}
.main-body:has(.main-footer) {
  margin: 0;
}
.content.pt-0.pb-0 .fields {
  margin: 0;
  margin-bottom: 10px;
}
.bg-btn {
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
}
.download-btn {
  background-image: url(/static/veloce/images/icons/download.png);
}
.view-btn {
  background-image: url(/static/veloce/images/icons/eye.png);
}
.close-btn {
  background-image: url(/static/veloce/images/icons/cancel.png);
  background-size: 13px;
}
.plus-btn {
  background-image: url(/static/veloce/images/icons/plus.png);
}
.cross-btn {
  background-image: url(/static/veloce/images/icons/cross.png);
}
.eye-green-btn {
  background-image: url(/static/veloce/images/icons/eye-open.png);
  margin: auto;
}
.application-page .fields {
  margin: 0;
  margin-bottom: 10px;
}
.step-btn {
  gap: 10px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.step-btn .btn {
  width: auto;
  min-width: 100px;
  border: none !important;
}
.last-accordion {
  border-radius: 0 0 4px 4px;
}
.accordion-item {
  overflow: hidden;
}
.login-form-field {
  width: 100%;
  margin: auto;
  max-width: 500px;
}
.login-form-field .log-title {
  font-size: 26px;
}
.login-form-field .loginform {
  border: none;
  padding: 1rem 0;
  border-radius: 0;
  border-bottom: solid 1px #e1e1e1;
  background-color: transparent;
}
.login-form-field .loginform label {
  font-size: 16px;
  margin-bottom: 6px;
}
.login-form-field .loginform .bizcred-form-control {
  margin-bottom: 9px;
}
.login-form-field .loginform label.checkbox-container {
  font-size: 13px;
  margin: 0;
  gap: 3px;
}
.login-area-main .main-body .sidebar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.login-area-main .main-body .sidebar .menu {
  background-color: transparent;
  border: none;
}
.login-form-field .loginform .login-btn {
  align-items: center;
}
.login-form-field .login-btn {
  align-items: center;
}
.login-form-field .loginform label.checkbox-container input {
  padding: 0;
}
.login-form-field .loginform .bizcred-form-control input {
  background-color: #fff !important;
  padding: 14px 20px;
}
.login-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(95deg, #f8ffed, transparent);
  overflow: hidden;
  flex: 1;
  height: 100vh;
}
.login-form-field .loginform label.checkbox-container .checkmark {
  border-radius: 3px;
}
.login-image img {
  animation: rotateinfinite 20s infinite linear;
  filter: blur(10vh);
  opacity: 1;
  transform: scale(1.2);
}
@keyframes rotateinfinite {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: 180deg;
  }
  100% {
    rotate: 360deg;
  }
}
.login-form-data {
  display: flex;
  align-items: center;
  padding: 2rem;
  justify-content: center;
  flex: 0.8;
  overflow-y: auto;
}
.login-area-main {
  height: 100%;
}
.login-area-main .main-body {
  height: 100%;
  min-height: auto;
}
.login-btn {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
.login-btn .btn {
  width: auto;
  min-width: 80px;
  border: none !important;
  font-size: 14px;
}
.login-btn p {
  font-size: 14px;
  color: #7a7a7a;
}
.show-sidebar-btn img {
  width: 18px;
}
.application-table .badge {
  margin: 2px 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.tracking-details .theme-table {
  padding: 0;
  box-shadow: none;
}
.alert {
  font-size: 16px;
  padding: 10px;
  margin: 10px 0;
}
.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.badge:hover {
  color: #fff;
  opacity: 0.9;
}
.paginator {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin: 10px;
}
.page-no {
  width: 25px;
  display: flex;
  height: 25px;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background: #e5e5e5;
}
.page-no-area {
  align-items: center;
  display: flex;
  gap: 5px;
  font-size: 14px;
}
.page-action {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-action a {
  display: flex;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #999999;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.page-action a span {
  margin-top: -1px;
}
.view-draft {
  min-width: 220px;
  text-align: right;
}
.view-draft a {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 5px;
}
.top-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.category-text {
  font-size: 12px;
  text-align: right;
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.category-text span {
  font-size: 14px;
}
.series-text {
  display: inline;
}
.profile-name {
  display: flex;
  align-items: start;
  gap: 15px;
}
.profile-name h2 {
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
}
.profile-name p,
.profile-idno {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--green800);
  padding: 2px 15px;
  border-radius: 5px;
  color: #fff;
  margin-top: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.profile-idno {
  position: absolute;
  right: 10px;
  top: 5px;
}
.finance-type {
  display: flex;
  flex-direction: column;
}
.finance-type p {
  margin-top: 5px;
}
.finance-type span,
.finance-type p {
  font-weight: 400;
  font-size: 14px;
  padding: 6px 17px;
  border-radius: 50px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
}
.profile-middle-last-data ul {
  display: flex;
  justify-content: center;
}
.profile-middle-last-data ul li {
  border: none;
  margin: 0;
  padding: 12px 0;
  gap: 4px;
  flex-direction: column;
  text-align: center;
}
.profile-middle-last-data {
  margin: 10px 0 0;
}
.profile-middle-last-data table tr td {
  text-align: center;
  display: flex;
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  justify-content: space-between;
}
.profile-middle-last-data table {
  width: 100%;
}
.profile-middle-last-data table tr {
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  gap: 3px;
}
.applicant-data-modal {
  display: flex;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.applicant-data-modal .view-application,
.applicant-data-modal .btn {
  width: auto;
  padding: 10px 15px;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  flex: 1;
}
.app-modal .modal-dialog {
  max-width: 825px;
}
.profile-middle-last-data ul li {
  border-left: 1px solid #e5e5e5;
  padding: 0 10px;
}
.profile-middle-last-data ul li:nth-child(1) {
  border-left: none;
}
.finance-type span {
  padding: 0;
}
.log-title {
  color: #424242;
}
.forgot-password a {
  padding: 0;
  width: auto;
  text-decoration: underline;
  color: #6e6e6e;
  font-weight: 400;
  font-size: 13px;
}
.forgot-password {
  display: flex;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 45px;
  font-size: unset;
}
.loginform {
  position: relative;
  margin: 10px 0 15px;
}
.search-button .btn {
  height: 100%;
}
.register-btn a {
  display: flex;
  text-decoration: underline;
  font-size: 14px;
  color: #7a7a7a;
}
.modal-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.applicant-phoneno,
.applicant-email {
  font-size: 14px;
}
.mini-title h5 {
  font-size: 18px;
  color: #424242;
  font-weight: 500;
}
.opportunity-text {
  margin: 20px 0;
  font-size: 18px;
}
.additional-form .fields {
  margin-top: 0;
  margin-bottom: 10px;
}
.step-label-list .rejected {
  padding: 0;
}
.step-label-list .rejected a {
  padding: 5px 10px;
}
.theme-alert {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.messagebox {
  padding: 15px;
  font-size: 16px;
  margin: 10px 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
.messagebox svg {
  width: 60px;
  height: auto;
}
.align-center {
  text-align: center !important;
}
.table-block {
  overflow-x: auto !important;
  display: block;
}
.table-btn a,
.table-btn input,
.table-btn button {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  background-size: 12px;
  width: 20px;
}
.small-icon {
  font-size: 20px;
}
.confirm-delete,
.confirm-delete i {
  color: #f12323;
}
.add-btn {
  border: none;
  background-color: var(--green800);
  line-height: 0;
  padding: 18px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 200;
  font-size: 26px;
}
.file-upload-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  background-color: #ffffffeb;
  opacity: 0;
}
.img-wrap:hover .file-upload-action {
  opacity: 1;
}
.file-icon {
  font-family: "Font Awesome 5 Free";
  background-color: #fff;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  color: var(--green800);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.invalid-format label.printno {
  display: none;
}
.remark-field {
  display: block;
}
.remark-field .download_btn {
  align-items: center;
}
.view-profile-link {
  display: block;
  position: relative;
  color: black;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.view-profile-link img {
  position: absolute;
  top: 10px;
  right: 10px;
}
.view-profile-link .applicant-account-type {
  padding: 1px;
  font-size: 12px;
  display: block;
  margin-top: -2px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.view-profile-link .applicant-name {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.dropdownarrow {
  background: white;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  color: #19a368;
  font-size: 12px;
  pointer-events: none;
}
.modal-confirm .modal-footer {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: inherit;
  color: #fff !important;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.stretched-link::after {
  display: none;
}
.card-counter .stretched-link,
.fund-mis-report-card .stretched-link {
  color: inherit;
}
.modalfooter .btn {
  color: #fff !important;
}
.manage-doc .borrow-form {
  display: flex;
}
.reject-profile {
  margin-top: 30px;
}
.modal-dialog {
  margin: auto;
  height: 100%;
}
.content-sidebar .btn span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.profile-verified {
  position: relative;
  overflow: hidden;
}
.ajaxloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ajaxloader:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #ffffffdb;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/static/veloce/images/icons/preloader.svg);
}
.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.for-mobile {
  display: none;
}
/* Join us To Avail css */
.accordian-body td,
.btn,
.calendly-spinner > div,
.day span {
  vertical-align: middle;
}
.btn,
.plane-btn span,
.support-privacy,
.white-space {
  white-space: nowrap;
}
.is-expanded .formenu:before,
.owl-carousel .owl-item.current .projects-panel img.business-img-white,
.theme-btn span,
img {
  display: block;
}
.blue-btn:hover,
.career-data:hover,
.transparent-btn span,
.transparent-btn:after,
.transparent-btn:hover {
  background: -o-linear-gradient(94deg, #463b99, #7142f1);
  background: linear-gradient(356deg, #463b99, #7142f1);
}
/* Simple and Quick Steps css */
.title-effect-none h2:before,
.title-effect-none h2:after {
  display: none;
}
.steps-data .owl-dots {
  display: none;
}
.simple-quick-steps {
  position: relative;
}
.steps-data .owl-nav {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 3px;
  margin-left: 15px;
}
.steps-data .owl-nav {
  color: transparent;
}
.steps-data .owl-nav .owl-prev {
  background-image: url(/static/assets/images/right-arrow.png);
}
.steps-data .owl-nav .owl-next {
  background-image: url(/static/assets/images/left-arrow.png);
}
.steps-data .owl-nav .owl-prev,
.steps-data .owl-nav .owl-next {
  background-repeat: no-repeat;
  background-size: 28px;
}
.steps-data .owl-stage-outer,
.steps-data .owl-stage,
.steps-data .owl-item,
.steps-data .owl-item .item {
  height: 100%;
}
.join-avail {
  overflow: hidden;
  position: relative;
  padding: 4rem 0;
}
.services-data {
  width: 100%;
  margin-bottom: 25px;
}
.services-data ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 10px;
}
.services-data ul li {
  background-color: var(--green900);
  border-radius: 5px;
  padding: 2px 14px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.common-heading {
  font-size: 1.17em;
  font-weight: 500;
  margin: 1em 0 0.2em;
  color: #333333;
  line-height: 1.4;
}
.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* footer css */
.copyright-none + .copyright-text {
  display: none;
}
.widget-info {
  padding-top: 20px;
  opacity: 0.8;
}
.widget-info ul li {
  display: flex;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
  gap: 14px;
}
.footer-widget .footer-widget-title {font-size: 1.125rem;line-height: 1.75rem;font-weight: 500;color: #fff;margin-bottom: 16px;}
.widget-link .link li {
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.widget-link .link li a {
  position: relative;
  color: inherit;
  font-size: 15px;
}
.widget-link .link li a:hover,
.widget-link .link li a.active {
  color: #fff;
}
.footer-data {
  padding: 4rem 0;
}
.copyright-area {
  text-align: center;
  border-top: 1px solid var(--green800);
  font-size: 14px;
  padding: 1rem;
  color: inherit;
  font-weight: 300;
}
.footer-ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 3rem;
}
.footer-ul li.logo-social-media-link {
  min-width: 35%;
  margin-right: 5rem;
}
.logo-social-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.footer-address .card-small-icon {
  margin-top: -2px;
}
.widget-link .link {
  list-style: inherit;
}
.logo-social-media .home-logo img {
  width: auto;
}
.logo-social-media .home-logo {
  gap: 6px;
  width: auto;
}
.logo-social-media .home-logo span {
  font-weight: 600;
  font-size: 18px;
  color: var(--green900);
}
.link-icon {
  display: flex;
  gap: 12px;
  align-items: center;
}
.link-icon .card-small-icon {
  width: auto;
  min-width: auto;
  height: auto;
  background: transparent;
}
.link-icon a {
  color: inherit;
  font-size: 14px;
}
.footer-address {
  gap: 6px;
  align-items: flex-start;
}
.link-icon svg {
  opacity: 0.8;
  width: 23px;
  height: 23px;
}
.conact-us-links svg {
  width: 20px;
  height: 20px;
}
.more-heightlight h2 {
  font-size: 1.5rem;
  color: inherit;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 150%;
}
.highlight-area .btn {
  margin-top: 20px;
}
.more-heightlight {
  overflow: hidden;
  position: relative;
  padding: 150px 20px;
  text-align: center;
  border: solid 1px #f0f0f0;
  background: var(--light-green);
}
.copyright-area p {
  color: #000000a8;
}
.content-sidebar.active {
  display: block;
}
.dt-scroll-foot {
  display: none;
}
/* About us css */
.other-title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}
.about-body {
  color: #3a3a3a;
}
.tac-page a {
  text-decoration: underline;
}
.calculator-form {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.calculator-form .form-group {
  width: 100%;
}
.emi-calculator-body .auto-btn-set {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.calculator-form .form-group label {
  font-size: 16px;
}
.calculator-form .form-group .form-control {
  font-size: 16px;
}
.second-title {
  color: var(--green800);
  font-size: 20px;
  margin-bottom: 10px;
}
.tac-page strong,
.tac-page b {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.tac-page b {
  display: inline;
}
.tac-page ul li {
  list-style: disc;
}
.inner-body-table {
  font-size: 14px;
  min-width: 500px;
  width: 100%;
}
.inner-body-table th {
  background-color: #e7e7e9;
  font-weight: 500;
}
.inner-body-table table thead th {
  background-color: #e7e7e9;
}
.inner-body-table th,
.inner-body-table td {
  padding: 14px 34px;
}
.other-page-table {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e7e7e9;
  margin-bottom: 2rem;
  overflow-x: auto;
}
.contact-area .form-group {
  margin-bottom: 15px;
}
.main-footer .theme-container {
  overflow: hidden;
  max-width: 1200px;
}
.top-area {
  width: 100%;
  padding-top: 9rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 475px;
}
.top-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #03261f;
  z-index: -1;
}
.content-container:has(.inner-page-main) {
  max-width: 100%;
}
.inner-page .content-container {
  max-width: 100%;
}
.content:has(.inner-page-main) {
  padding: 0;
}
.inner-page .content {
  padding: 0;
}
.top-area-data {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  align-items: center;
  height: 100%;
  position: relative;
}
.top-area-left h2 {
  font-size: 60px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.41;
}
.top-area-left .breadcrumb {
  margin: 0;
  margin-top: 10px;
}
.top-area-left .breadcrumb li a,
.top-area-left .breadcrumb li {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
}
.top-area-left .breadcrumb li.active {
  color: var(--green800);
}
.content-sub-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 24px;
  color: var(--green900);
  font-weight: 600;
  margin-bottom: 20px;
}
.content-sub-content img {
  -webkit-filter: hue-rotate(45deg);
  filter: hue-rotate(45deg);
}
.section-padding {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
.card-small-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #074c3e10;
}
.card-small {
  width: calc(50% - 12px);
  display: flex;
  gap: 20px;
  padding: 0;
}
.card-small-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.title-center {
  text-align: center;
}
.title-center .content-sub-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.working-content {
  margin-top: 2rem;
}
.btn-group {
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page-main {
  overflow: hidden;
}
/* contact us css */
.sign-up-form {
  width: 50%;
}
.contact-title {
  padding-bottom: 12px;
  border-bottom: 1px dashed #c1c4cc;
  margin-bottom: 25px;
  font-size: 22px;
  margin-top: 0;
}
.sign-up-form-part {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.sign-up-form-part .input-group label {
  font-size: 16px;
}
.input-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.sign-up-form-part .input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
}
.contact-bg {
  background: #e6edeb;
}
.contact-area {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.contact-details {
  width: 40%;
  position: sticky;
  top: 0;
}
.more-help .card-small {
  color: #222e48;
  background: rgba(7, 76, 62, 0.03);
}
.more-help .card-small .card-small-icon {
  width: 84px;
  min-width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dfe0e4;
  background: #fff;
}
.more-help .card-small .card-small-title {
  margin-bottom: 12px;
}
.more-help-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sign-up-form-part .bizcred-form-control:last-child {
  grid-column: 1/3;
}
.contact-card-small {
  display: flex;
  gap: 1rem;
  padding: 22px;
  background: whitesmoke;
  border-radius: 12px;
}
.contact-card-small .card-small-title {
  font-size: 18px;
  color: #4c4c4c;
}
.contact-card-small .card-small-call {
  color: #4e4e4e;
  display: block;
  margin: 5px 0;
  word-break: break-word;
}
.top-area-right {
  width: 400px;
  position: absolute;
  right: 0;
}
.emi-calculator-body {
  max-width: 500px;
  background: #fff;
}
.printed-data {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
}
.counted-data {
  opacity: .8;
  text-indent: 16px;
  border-left: 7px solid #f3f3f3;
}
.counted-data:first-child {
  line-height: 2.8;
}
.counted-data:last-child {
  line-height: 2.8;
}
.tac-page ul {
  padding-left: 40px;
}
.tac-top .top-area-right {
  width: 320px;
}
.design-shapes {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.disc-shape-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.disc-shape-three {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100px;
  -webkit-animation: zoomshape infinite 3s linear;
  animation: zoomshape infinite 3s linear;
}
@-webkit-keyframes zoomshape {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoomshape {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.top-area-left {
  width: 55%;
  position: relative;
  z-index: 1;
}
.mb_5rem {
  margin-bottom: 5rem;
}
.draft-page {
  height: 100%;
}
.draft-page .main-body {
  height: 100%;
}
/* our team css */
.single-team-box {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  padding: 1rem;
}
.single-team-box .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.single-team-box .image-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.single-team-box:hover .image-box img {
  -webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}
.single-team-box .social-media {
  margin-bottom: 0;
  z-index: 1;
  list-style-type: none;
  position: absolute;
  left: 50%;
  bottom: -100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  background-color: var(--green900);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.single-team-box .social-media li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.single-team-box .social-media li a {
  display: inline-block;
  color: #ffffff;
}
.single-team-box:hover .social-media {
  bottom: 15px;
}
.single-team-box .content-area h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #282828;
}
.team-area {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1rem;
}
/* what client says css */
.theme-title p {
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  color: #525252;
}
.card-small-content {
  text-align: left;
}
.debt-equity-area {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.debt-area,
.equity-area {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.h2title {font-size: 1.875rem;line-height: 2.25rem;font-weight: 600;margin-bottom: 5px;}
.debt-title h4 {
  font-size: 20px;
  font-weight: 300;
  color: #3a3a3a;
}
.debt-area-data {
  padding: 40px;
  border-radius: .375rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--green500);
  border-style: dashed;
  border-top: 0;
  border-right: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.debt-img {
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  height: 70px;
  opacity: 0.5;
  display: none;
}
.debt-area-data p {
  margin: 5px 0;
}
.debt-area-data:last-child {
  margin-bottom: 0;
}
.debt-area-data h3 {
  font-size: 28px;
}
.debt-area-data p,
.debt-pera p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.learn-more {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  color: var(--green800);
  gap: 4px;
}
.learn-more:hover span {
  transform: translateX(4px);
}
.learn-more span {
  transition: all 0.2s;
}
.debt-top-title {
  border-bottom: 1px dashed #00000054;
  margin-bottom: 25px;
}
.debt-pera {
  max-width: 1200px;
  padding-bottom: 20px;
}
.debt-panel {
  display: flex;
  gap: 40px;
  /* margin-top: 4rem; */
}
.join-avail-panel {
  margin: auto;
  max-width: 1400px;
}
.debt-left-data {
  width: 100%;
  margin: 2rem 0 0rem;
}
.equity-area .services-data ul li:hover {
  background-color: #9fc19f;
}
.equity-area .debt-area-data .services-data ul li {
  background-color: #ddeedb;
}
.info-pera {
  line-height: 150%;
  font-size: 18px;
  color: #5c5c5c;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.2s;
}
.readmore-text.active {
  height: auto;
}
.read-more span:before {
  position: absolute;
  content: "Read More";
}
.read-more.active span:before {
  content: "Read Less";
}
.forgot-password a:focus {
  outline: none;
  box-shadow: none;
}
.social-icons {
  display: flex;
  gap: 6px;
  margin-top: 1rem;
  margin-left: -5px;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.social-icons a img,
.social-icons a svg {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 5px;
}
.social-icons a svg path {
  fill: #c1f1d3;
}
.location svg path {
  stroke: #c1f1d3;
}
.social-icons a:hover svg path {
  fill: #fff;
}
.social-icons a:hover img {
  opacity: 0.8;
}
.social-icons a svg circle {
  fill: var(--green900);
}
.application {
  position: relative;
  padding-top: 16px;
  margin-top: 20px;
}
.applications-cards {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.track-application-form .fields .bizcred-form-control {
  width: 100%;
}
.track-application-form {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.track-application-form .search-button {
  height: 42px;
  width: 45px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  margin-bottom: 15px;
}
.chips .chips-area {
  font-weight: 400;
  font-size: 13px;
  padding: 4px 15px;
  border-radius: 5px;
  display: flex;
  text-align: center;
  cursor: pointer;
  background: #f5f5f5;
  color: #707070;
  align-items: center;
  justify-content: center;
  position: relative;
}
.chips .chips-area a {
  color: inherit;
}
.chips .chips-area.active {
  background: var(--green500, #55b949);
  color: white;
}
.chips .chips-area:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}
.chips .chips-area .remove-chips {
  position: absolute;
  right: 0px;
  top: -4px;
  cursor: pointer;
  color: #838383;
}
.track-application-area {
  display: block;
}
.track-application-area .chips {
  margin-right: 53px;
}
.track-application-area {
  display: block;
}
.track-application-form {
  display: flex;
}
.sign-up-form-part .fields {
  grid-template-columns: 1fr 1fr;
  padding: 0;
  box-shadow: none;
  border: none;
  margin: 0;
}
.borrow-form .fields {
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0;
}
.borrow-form .fields {
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0;
}
.socialmobile {
  display: none;
}
.application-search {
  display: flex;
  gap: 10px;
}
.wd-75 {
  width: 75%;
}
.wd-25 {
  width: 25%;
}
.list-step-action {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 15px;
}
.bulk-upload-action {
  display: flex;
  gap: 10px;
}
.list-step-btn {
  width: auto;
}
.bulk-upload-form {
  width: 100%;
  flex: 1;
}
.export-template-form {
  width: auto;
}
.application-table {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 500px;
}
.buy-sell-btn .buy-btn {
  background: var(--green800);
  color: #fff;
}
.buy-sell-btn a {
  border-radius: 5px;
  padding: 5px 15px;
  width: 100%;
  font-weight: 600;
}
.buy-sell-btn .sell-btn {
  background: #f12323;
  color: #fff;
}
.buy-sell-btn {
  display: flex;
  gap: 5px;
}
.user-name {
  position: relative;
}
.user-name ul {
  position: absolute;
  width: 300px;
  top: 43px;
  z-index: 10;
  background: #fff;
  text-align: left;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  overflow: hidden;
}
.user-name ul li {
  background: white;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.user-name ul li a {
  display: block;
}
.user-name p i {
  margin-top: 2px;
  cursor: pointer;
}
.user-name p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.userArrow.active {
  transform: rotate(180deg);
}
.user-name ul.active {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.4s;
  visibility: visible;
}
.repayments {
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
  align-items: center;
}
.repayments .btn {
  white-space: nowrap;
}
.repayments .bulk-upload-action {
  width: 100%;
  align-items: center;
}
.repayments .bulk-upload-action .btn {
  max-width: initial;
  min-width: auto;
}
.debt-form-submit {
  align-items: center;
}
.user-img-box .material-symbols-outlined {
  font-size: 22px;
  color: var(--green900);
  position: relative;
  display: flex;
}
.user-img-box img {
  width: 100%;
}
.profile-menu.active,
.user-profile:hover .profile-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.profile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
  border-radius: 10px;
  overflow: hidden;
  z-index: 9;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.profile-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
  display: none;
}
.profile-menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
}
.profile-menu ul li {
  list-style: none;
}
.profile-menu ul li a:hover {
  color: #3a3a3a;
}
.profile-menu ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  color: #3a3a3a;
}
.user-img-box i {
  font-size: 24px;
  color: var(--green900);
}
.user-img-box i::before {
  font-weight: 600;
}
.profile-menu ul li a i {
  font-size: 1.2em;
}
.user-profile {
  cursor: pointer;
  position: relative;
  height: 59px;
  display: flex;
  align-items: center;
  margin: -10px 0 -10px 0px;
  padding-bottom: 2rem;
  margin-bottom: -2.6rem;
}
.profile-function {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 2rem;
  margin-bottom: -2rem;
}
.profile-menu ul li a svg,
.profile-menu ul li a img {
  width: 18px;
  opacity: 0.7;
}
.profile-menu ul li a:hover,
.profile-menu ul li a:active,
.profile-menu ul li a:focus {
  background-color: #f5f5f5;
}
.switch-user-modal .modal-dialog {
  max-width: 600px;
}
.switch-user-modal .user-switcher {
  border-radius: 5px;
  margin: 10px 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 400px;
  overflow-y: auto;
}
.user-data-items li a,
.user-selected span {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1e1e1e;
}
.switch-input {
  position: relative;
  display: flex;
  align-items: center;
}
.switch-input svg,
.switch-input img {
  position: absolute;
  margin-left: 16px;
  opacity: 0.5;
  width: 20px;
}
.switch-input input {
  padding: 12px 12px 12px 45px;
}
.user-selected,
.user-data-items li a {
  padding: 10px 16px;
  cursor: pointer;
  position: relative;
}
.user-selected img,
.user-name-list img {
  width: auto;
  height: 20px;
  opacity: 0.5;
}
.user-selected img {
  opacity: 1;
  filter: invert(1);
}
.user-selected svg,
.user-data-items li a svg {
  width: 17px;
  opacity: 0.5;
}
.user-selected:hover,
.user-data-items li a:hover {
  background-color: #f7f7f7;
}
.user-selected,
.user-selected:hover {
  background-color: var(--green500);
}
.user-selected span {
  color: #fff;
}
.user-selected span svg path {
  stroke: #fff;
}
.user-selected svg {
  opacity: 1;
}
.active-user,
.manage-label {
  position: absolute;
  right: 10px;
  font-size: 12px;
  font-weight: 300;
}
.user-dropdown-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--green900);
  margin-left: 5px;
  border-left: 1px solid #ebebeb;
  padding-left: 15px;
  white-space: nowrap;
}
.for-mobile {
  display: none;
}
.mobile-tab-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px #0000000a;
  display: none;
}
.mobile-tab-menu ul li a:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  bottom: -5px;
  background-color: #8fc629;
  opacity: 0;
}
.mobile-tab-menu ul li.active a:after {
  opacity: 1;
}
.mobile-tab-menu ul {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  padding: 10px 0;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}
.mobile-tab-menu ul a span {
  font-size: 12px;
  line-height: normal;
}
.mobile-tab-menu ul li a {
  flex-direction: column;
  padding: 8px;
  gap: 5px;
  align-items: center;
  color: #000;
  position: relative;
  display: flex;
}
.mobile-tab-menu ul li.active a,
.mobile-tab-menu ul li:active a,
.mobile-tab-menu ul li:hover a {
  border-color: var(--color-green);
}
.mobile-tab-menu ul li a img,
.mobile-tab-menu ul li a svg {
  width: 18px;
  height: 18px;
}
.mobile-tab-menu ul li.active a img {
  filter: invert(95%) sepia(141%) saturate(1000%) hue-rotate(-339deg)
    brightness(76%) contrast(95%);
}
.msg-error {
  text-align: center;
  padding: 40px 20px;
  background: #f3f4f8;
  margin-top: 20px;
  border-radius: 10px;
}
.header-clone {
  display: none;
}
.header-clone:first-child {
  display: table-row;
}
.dtr-data:has(.accept-reject) {
  display: inline-block;
  transform: translateY(6px);
}
.draft-table-btn {
  display: flex;
  gap: 5px;
}
.dtr-data:has(.dbbtn),
.dtr-data:has(.buy-sell-btn) {
  display: inline-flex;
  gap: 5px;
  transform: translateY(13px);
}
.dtr-data:has(.buy-sell-btn) {
  transform: none;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-export-btn {
  width: auto;
  padding: 8px 10px;
  max-height: 40px;
  display: flex;
  line-height: 1.2;
}
.chips-with-title {
    position: absolute;
    margin-top: 10px;
}
.pl-9 {
    padding-left: 9rem;
}
#id_group_name {
  padding: 10px;
}
#id_narration {
  width: 100%;
  height: 90px;
  font-size: 14px;
}
.big-file-upload {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
}
.width-auto {
  width: 100%;
  padding-bottom: 2rem;
}
.file-upload-block .upload-icon {
  margin: auto;
  font-size: 50px;
}
.file-upload-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 3px dashed var(--green500);
  padding: 2rem 2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.dynamic-message {
  font-size: 26px;
  margin-top: 15px;
  text-align: center;
}
.file-upload-block .label {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.default-file-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.browse-files-text {
  color: var(--green500);
  font-weight: bolder;
  cursor: pointer;
}
.update-price {
  display: flex;
  gap: 10px;
  height: auto;
}
.alert .close {
  float: right;
}

/* new styles start */
.bg-green-500{
  background-color: var(--green500);
}
.bg-green-500:hover {
  --green500: rgb(84 171 75);
}
.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}
.rounded-md {
  border-radius: .375rem;
}
.light-grey-bg {
  background-color: var(--grey300);
}
.bg-black {
  background-color: rgb(0 0 0);
}
.bg-black:hover {
  background-color: #1f2937;
}
.rounded-full{
  border-radius: 9999px;
}
.debt-top-title .debt-pera p {
  font-size: 18px;
  line-height: 1.75rem;
  color: inherit;
}
.debt-area-data * {
  color: inherit;
}
.icon-clone {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.quick-steps {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.fiels-text-block {
  text-align: center;
  margin-top: 20px;
}
.quick-steps li {
  width: auto;
  text-align: center;
  position: relative;
}
.line {
  position: absolute;
  width: calc(100% - 4rem);
  height: 1px;
  background: #d1d5db;
  top: 24%;
  z-index: 0;
  left: 40px;
}
.small-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.bg-green-800 {
  background-color: var(--green800);
  color: #c1f1d3;
}
.bg-green-900 {
  background-color: var(--green900);
  color: #c1f1d3;
}
.copyright-area * {
  color: inherit;
}
.h1bigtitle {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}
.widget-link .link li span {
  font-size: 20px;
}
.h-24 {
  height: 6rem;
} 
.main-title {
  margin-top: 2rem;
}
.about-us {
  width: 100%;
  aspect-ratio: 3;
  object-fit: cover;
  object-position: 100% 15%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.vision-mission {
  display: flex;
  gap: 1rem;
  margin: 3rem 0;
}
.vision-mission li span {
  font-size: 70px;
  transform: none;
}
.vision-mission li {
  display: flex;
  gap: 0rem;
  flex: 1;
  background: #f9f9f9;
  padding: 2rem 3rem;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
}
.vision-mission li h2 {
  margin-top: 2rem;
  white-space: nowrap;
  font-size: 2rem;
  margin-bottom: 10px;
}
.do-list {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}
.do-list li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-width: 1px;
  padding: 20px;
  border-radius: 8px;
}
.do-list li span {
  font-size: 35px;
}
.do-list li b {
  font-size: 18px;
  font-weight: 600;
}
.why-choose-list .left {
    margin-bottom: 22px;
    list-style: outside;
    flex: 1;
}
.why-choose-list .right {
  flex: .3;
}
.why-choose-list {
  gap: 2rem;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-left: 20px;
}
.why-choose-list .left li {
  list-style: circle;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.why-choose-list .left p {
  margin-bottom: 28px;
}
.vision-mission li .color-splash {
  justify-content: flex-start;
}
.vision-mission li .color-splash img {
  height: 7rem;
}
.color-splash {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-splash span {
  font-size: 220px;
  position: relative;
  z-index: 1;
  transform: translateY(-33px);
}
.color-splash img {
  position: absolute;
  z-index: 0;
  width: auto;
  height: 13rem;
}
.opacity-5 {
  opacity: .5;
}
.commitment ul li {
  margin: 8px 0;
}
.commitment {
  flex: 1;
  border-right-width: 1px;
  margin-right: 3rem;
}
.joinus {
  flex: .6;
}
.commitment-join {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
}
.joinus b {
  font-size: 25px;
}
.joinus p {
  opacity: .5;
  margin-top: 10px;
}
.why-choose-list .left div:last-child p {
  margin: 0;
}
.get-in-touch {
  padding:100px 20px;
  background-color: #009958;
}
.disclaimer {
  font-size: 11px;
  text-align: left;
  opacity: 0.6;
  padding-top: 15px;
  padding-bottom: 20px;
}
.offer-disclaimer {
  font-size: 11px;
  text-align: left;
  opacity: 0.5;
  padding: 2px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.cursor-pointer{
  cursor: pointer;
}
.green800{
  color: var(--green800);
}
.contrast-mode-activate * {
    --green800: rgb(0, 97, 57);
    --green500: rgb(0, 97, 57);
    --green600: rgb(0, 97, 57);
    --danger: rgb(38, 38, 38);
}

body.contrast-mode-activate .dt-input,
body.contrast-mode-activate .dt-search,
body.contrast-mode-activate .dt-length,
body.contrast-mode-activate #example_info {
  color: rgb(89, 89, 89) !important;
}

body.contrast-mode-activate .approved {
  background-color: var(--green600) !important;
}

body.contrast-mode-activate .asterisk {
  color: rgb(179, 0, 0) !important;
}

body.contrast-mode-activate .paginator,
body.contrast-mode-activate .borrower-dashboard-panel th,
body.contrast-mode-activate .form-control {
  color: rgb(8, 8, 8) !important;
}

body.contrast-mode-activate .paginator * {
  color: rgb(8, 8, 8) !important;
}

body.contrast-mode-activate .right-slide-data span {
    color: rgb(8, 8, 8) !important;
}

body.contrast-mode-activate .left-slide-data p,
body.contrast-mode-activate .theme-container p {
    color: rgb(8, 8, 8) !important;
}

body.contrast-mode-activate .debt-area-data p {
  color: rgb(255, 255, 255) !important;
}

body.contrast-mode-activate .opacity-5 {
  opacity: 0.8 !important;
}

body.contrast-mode-activate .filter-option-inner-inner {
  color: rgb(89, 89, 89) !important;
}

body.contrast-mode-activate .sell-btn {
  background-color: rgb(179, 0, 0) !important;
}

body.contrast-mode-activate .offer-disclaimer {
  opacity: 0.8;
}

/* new styles end*/

/* Media Responsive css */
@media screen and (max-width: 1500px) {
  .h2title {
    font-size: 2.5rem;
  }
  .debt-area-data p,
  .debt-pera p,
  .services-data ul li,
  .learn-more {
    font-size: 16px;
  }
  .debt-equity-area {
    gap: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .link-icon svg {
    width: 20px;
    height: 20px;
  }
  .widget-link .link li a,
  .footer-address a {
    font-size: 16px;
  }
  .home-logo {
    width: 60px;
    height: 50px;
  }
  .main-menu ul li a {
    font-size: 16px;
  }
  .theme-btn {
    --border-width3: 2px;
    font-size: 16px;
  }
  .announcing-data h2 {
    font-size: 16px;
  }
  .slider-center-text h1 {
    font-size: 4rem;
  }
  .slider-center-text ul li {
    font-size: 28px;
  }
  .slider-center-text p {
    font-size: 16px;
    line-height: 1.8;
    max-width: 600px;
  }
  .copyright-area {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .why-choose-list {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 5rem;
  }
  .color-splash img {
      height: auto;
  }
  .do-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .debt-left-data,
  .debt-panel {
    width: 100%;
  }
  .debt-area,
  .equity-area {
    flex-direction: column;
    gap: 1rem;
  }
  .logo-social-media .home-logo img {
    height: 40px;
  }
  .logo-social-media .home-logo span {
    font-size: 16px;
  }
  .footer-ul li.logo-social-media-link {
    margin-right: 0rem;
  }
  .widget-link .link li a,
  .footer-address a {
    font-size: 14px;
  }
  .widget-link .link li {
    margin-top: 7px;
  }
  .conact-us-links svg {
    width: 15px;
  }
  .services-data {
    width: 100%;
  }
  .theme-title h2 {
    padding: 0;
  }
  .menu {
    padding: 10px;
    border: none;
  }
  .footer-ul {
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1025px) {
  .commitment-join {
    flex-direction: column;
    gap: 2rem;
    padding: 25px;
  }
  .commitment {
      border-right-width: 0;
      border-bottom-width: 1px;
      padding-bottom: 30px;
  }
  .team-area {
    grid-template-columns: 1fr;
  }
  .incomplete-panel h2 {
    font-size: 24px;
  }
  .banner-data {
    margin-top: 2rem;
  }
  .slider-panel {
    min-height: 600px;
  }
  .main-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .borrower-dashboard-panel {
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
  }
  .contact-area {
    flex-direction: column;
  }
  .sign-up-form,
  .contact-details {
    width: 100%;
  }
  .login-form-data {
    flex: none;
    width: 100%;
    padding-inline: 20px;
  }
  .login-image,body .contrast-mode {
    display: none;
  }
  .enter-form {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .login-area-main .main-body .sidebar {
    position: initial;
  }
  .login-area-main .main-body {
    margin: 0;
    height: 100dvh;
    display: block;
    align-content: center
  }
  .incomplete-banner img {
    padding: 3rem;
  }
  .incomplete-panel {
    flex-direction: column;
    column-gap: 0;
    max-width: 500px;
  }
  .incomplete-text,
  .incomplete-banner {
    width: 100%;
  }
  .content-container:has(.loginpage) {
    flex: none;
    height: max-content;
  }
}
@media screen and (max-width: 700px) {
  .incomplete-form .h1title {
    margin: 0;
  }
  .applications-cards {
    grid-template-columns: 100%;
  }
  .list-step-action {
    flex-direction: column;
  }
  .theme-container {
    padding: 0 20px;
  }
  .main-logo {
    min-width: auto;
  }
  .footer-ul li.logo-social-media-link {
    min-width: auto;
  }
  .footer-ul {
    gap: 2rem;
  }
  .widget-link .link li a,
  .footer-address a {
    font-size: 16px;
  }
  .logo-social-media .home-logo img {
    height: 60px;
  }
  .social-icons {
    margin-top: 15px;
  }
  .join-avail {
    padding: 2rem 0;
  }
  .debt-equity-area {
    flex-direction: column;
  }
  .top-area-right {
    width: 350px;
  }
  .tac-top .top-area-right {
    width: 280px;
  }
  .contact-area {
    flex-direction: column;
  }
  .sign-up-form,
  .contact-details {
    width: 100%;
  }
  .section-padding {
    padding: 50px 0;
  }
  .steps-data {
    flex-direction: column;
    overflow: visible;
  }
  .steps-data .owl-nav {
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -20px;
  }
  .steps-data .owl-nav .owl-prev,
  .steps-data .owl-nav .owl-next {
    background-size: 50px;
    width: 100px;
    height: 30px;
    background-position: center;
  }
  .borrow-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .applications-area {
    display: block;
  }
  .h1title {
    font-size: 26px;
    margin: 10px 0;
  }
  .h2title {
    font-size: 22px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 900px) {
  .social-icons {
    margin-top: 15px;
  }
  .socialweb {
    display: none;
  }
  .socialmobile {
    display: flex;
  }
  .stepheadtitle {
    position: initial;
  }
  .stepheadtitle .btn {
    width: auto;
  }
  .content-container:has(.content-sidebar) {
    padding-left: 0;
  }
  .sidebarmain-container {
    padding-left: 0;
  }
  .has-sidebar {
    padding-left: 0;
  }
  .content-sidebar {
    width: 100%;
    top: 60px;
    z-index: 100;
    display: none;
    background: #fff;
    left: 0;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 7px 0px #0000000a;
    box-shadow: 0px 10px 7px 0px #0000000a;
    position: fixed;
  }
  .content-sidebar.visible {
    display: flex;
  }
  .show-sidebar-btn {
    display: block;
    position: initial;
  }
  .sidebar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .menu-items {
    position: fixed;
    top: 0;
    width: 320px;
    right: 0;
    background: var(--light-green);
    height: 100%;
    z-index: 9999;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 1rem;
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    gap: 0;
  }
  .homeburg {
    width: 40px;
    display: flex;
    flex-direction: column;
    height: 40px;
    z-index: 99999;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    border-radius: 100%;
    padding: 0 10px;
    cursor: pointer;
  }
  .homeburg span {
    width: 100%;
    display: block;
    height: 2px;
    background: #000;
    border-radius: 50px;
  }
  .homeburg.active span:nth-child(2) {
    display: none;
  }
  .homeburg.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(2px, 2px);
    -ms-transform: rotate(45deg) translate(2px, 2px);
    transform: rotate(45deg) translate(2px, 2px);
  }
  .homeburg.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
    -ms-transform: rotate(-45deg) translate(3px, -3px);
    transform: rotate(-45deg) translate(3px, -3px);
  }
  .homeburg.active + .menu-items,
  .menu-items.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .home-menu {
    position: fixed;
    height: 100%;
    right: 0;
    width: 100%;
    max-width: 320px;
    top: 0;
    overflow-y: auto;
    min-height: 400px;
    background-color: #e5f5ef;
    box-shadow: 0px 0px 48px 4px #b5d5ca;
    z-index: 99;
    transition: all 0.4s;
  }
  .menu-overlay,
  .home-menu {
    transform: translateX(100rem);
    transition: all 0.4s;
  }
  .main-menu ul {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-menu {
    width: 100%;
    padding-top: 4rem;
  }
  .main-menu ul li a {
    display: block;
    padding: 14px 20px;
    font-size: 18px;
  }
  .main-menu ul li {
    width: 100%;
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: #e5f5efc4 !important;
  }
  .sidebar .btn {
    display: block;
    padding: 14px 20px;
    font-size: 18px;
    position: relative;
  }
  .sidebar .btn:before {
    content: "";
    position: absolute;
    background-color: #000;
    border-radius: 50px;
    transform: none;
    transition: all 0.2s;
    opacity: 0;
    left: 0;
    width: 4px;
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .sidebar .btn.active:before,
  .sidebar .btn:hover:before {
    opacity: 1;
    background-color: var(--green900);
  }
  .menu-overlay.active,
  .home-menu.active {
    transform: none;
  }
  .login-area-main .content-container {
    margin: 0;
  }
  .inner-page .content-container {
    margin: 0;
  }
  .profile-function {
    bottom: 20px;
    width: 100%;
    left: 0;
    justify-content: space-between;
    padding: 0 20px;
    margin: 0;
    flex-direction: column-reverse;
  }
  .profile-menu {
    position: initial;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    border: none;
    border-top: 1px solid #dbdbdb;
    transform: none !important;
  }
  .profile-menu ul li a {
    padding: 14px 0px;
    font-size: 18px;
  }
  .user-dropdown-header {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 18px;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: -6px;
  }
  .user-img-box {
    display: none;
  }
  .user-img-box.for-mobile {
    display: flex;
  }
  .user-profile {
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;
  }
  .profile-menu ul {
    background: transparent;
  }
  .menu {
    align-items: center;
  }
  .home-header .header-top {
    padding: 10px 0;
  }
  .home-header .homeburg {
    position: absolute;
    right: 22px;
  }
  .home-header .top-right {
    margin-right: 3rem;
  }
  .home-header .homeburg.active {
    position: fixed;
  }
}
@media screen and (max-width: 800px) {
  .admin-review-table table {
    overflow-x: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vision-mission {
    flex-direction: column;
  }
  .main-title {
    margin-top: 0;
  }
  .net_graph {
    display: flex;
    flex-direction: column;
  }
  .expected-cashflows,
  .portfolio-graph {
    width: 100%;
  }
  .chips .chips-area {
    font-size: 14px;
    padding: 8px 19px;
  }
  .chips::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .chips {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-direction: row-reverse;
  }
  .profile-menu ul li a:hover,
  .profile-menu ul li a:active,
  .profile-menu ul li a:focus {
    background: transparent;
  }
  .title-badge h2 {
    font-size: 18px;
  }
  .title-badge .badge {
    padding: 4px;
    font-size: 10px;
  }
  .switch-user-modal {
    z-index: 9999;
  }
  .switch-user-modal .modal-dialog:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
  }
  .switch-user-modal .modal-dialog {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .debt-form-submit {
    flex-direction: column;
  }
  .header-top {
    padding: 10px 0;
  }
  .footer-ul {
    flex-direction: column;
    gap: 1.5rem;
  }
  .home-header .homeburg {
    right: 5px;
  }
  .debt-panel {
    flex-direction: column;
  }
  .debt-area-data {
    width: 100%;
  }
  .debt-area-data:last-child {
    margin: 0;
  }
  .debt-area,
  .equity-area {
    padding: 20px;
  }
  .applications-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .main-body {
    min-height: calc(100vh - 4.5rem);
  }
  .copyright-text {
    margin-top: 2rem;
  }
  .tac-top .top-area-right {
    width: 230px;
  }
  .top-area-left .breadcrumb {
    margin: 0;
  }
  .top-area {
    padding: 7rem 0 2rem;
    height: 350px;
  }
  .top-area-right {
    width: 300px;
  }
  .steps {
    gap: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .steps a {
    font-size: 12.5px;
    padding: 7px 5px;
  }
  .dashboard-main {
    height: 100%;
  }
  .mini-title {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .dashboard-area {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .steps-data ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .copyright-text p {
    font-size: 12px;
  }
  .vertical-table.application-table tr td {
    white-space: normal;
  }
  .vertical-table td input,
  .vertical-table td select {
    font-size: 12px;
    min-height: auto;
    padding: 2px 7px;
  }
  .vertical-table table thead {
    display: none;
  }
  .vertical-table .btn {
    padding: 0px 5px;
    display: inline-block;
    margin: -5px 0;
  }
  .vertical-table table tbody tr {
    width: 48%;
    border: none !important;
  }
  .vertical-table tr:after {
    content: "";
    border-bottom: 1px solid #dddddd;
    width: 100%;
    height: 2px;
    position: absolute;
  }
  .vertical-table th {
    border: none !important;
  }
  .vertical-table table tbody {
    display: inline-table;
    margin-bottom: -1px;
    margin-top: -2px;
  }
  .vertical-table table {
    position: relative;
    overflow: hidden !important;
  }
  .vertical-table th {
    text-align: left !important;
  }
  .vertical-table td,
  .vertical-table th {
    padding: 8px 18px !important;
    font-size: 13px;
    flex: 1;
    width: 100% !important;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none !important;
    min-height: 20px;
    text-align: left !important;
    justify-content: flex-start !important;
    gap: 20px !important;
  }
  .vertical-table table thead tr,
  .vertical-table table tbody tr,
  .vertical-table table tbody tr.header-clone:first-child,
  .vertical-table table tbody tr.header-clone {
    display: inline-flex;
    flex-direction: column;
  }
  .vertical-table .badge,
  .vertical-table .sell-btn {
    padding: 2px 10px !important;
    display: inline-block;
    width: auto;
  }
  .quick-steps ul {
    flex-direction: column;
  }
  .line {
      display: none;
  }
  .quick-steps li {
      margin-bottom: 2rem;
  }
  .icon-clone {width: 100%;}
  .chips-with-title {
    position: initial;
  }
  .pl-9 {
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  #SaveForm:has(.change-password) {
    margin-top: 50px;
  }
  .slider-center-text h1 {
    font-size: 50px;
  }
  .for-web {
    display: none;
  }
  .footer-ul {
    flex-direction: column;
    display: flex;
  }
  .footer-ul li.logo-social-media-link {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .vision-mission li {
    padding: 25px;
  }
  .do-list {
    grid-template-columns: 1fr;
  }
  .vertical-table table tbody tr.header-clone {
    width: 35%;
    margin-right: 20px;
  }
  .h1title {
    font-size: 22px;
    line-height: normal;
  }
  .list-of-profile li {
    font-size: 14px;
  }
  .incomplete-text p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .incomplete-panel h2 {
    line-height: normal;
    margin-bottom: 15px;
  }
  .debt-area-data {
    border: 2px dashed #d8e4d8;
    padding: 20px;
  }
  .debt-img {
    position: initial;
    margin: auto;
    margin-bottom: 20px;
  }
  .h2title {
    text-align: center;
  }
  .debt-top-title .debt-pera p {
    font-size: 16px;
  }
  .application-search {
    flex-direction: column;
  }
  .wd-75,
  .wd-25 {
    width: 100%;
  }
  .more-heightlight h2 {
    font-size: 30px;
  }
  .top-area-left {
    width: 100%;
  }
  .sign-up-form-part .input-group {
    grid-template-columns: 1fr;
  }
  .applications-area .chips {
    margin-right: 0;
    justify-content: flex-start;
  }
  .breadcrumb {
    font-size: 14px;
  }
  .input-group {
    flex-direction: column;
  }
  .top-area {
    height: 270px;
  }
  .content-sub-content {
    flex-direction: column;
  }
  .section-padding {
    padding: 35px 0;
  }
  .top-area-left h2 {
    font-size: 32px;
  }
  .slider-area {
    min-height: 500px;
  }
  .steps-data .theme-title {
    padding: 3rem 2rem;
    min-width: 100%;
  }
  .borrow-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .enter-form .fields {
    display: flex;
    flex-direction: column;
  }
  .theme-title h2 {
    font-size: 36px;
  }
  .dashboard-area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .data-application {
    display: flex;
  }
  .data-application .view-profile-link {
    width: 100%;
  }
  .for-mobile {
    display: block;
  }
  .steps-data ul li span {
    height: 155px;
  }
  .steps-data ul {
    gap: 10px;
  }
  .steps-data ul p {
    padding: 10px;
    font-size: 16px;
  }
  .top-area-right {
    display: none;
  }
  .debt-area,
  .equity-area {
    padding: 0;
  }
}
.logo .h1title {
  display: none;
}

@media screen and (max-width: 500px) {
  .big-file-upload {
    padding: 10px;
  }
  .user-data-table {
    display: flex;
    flex-direction: column;
  }
  .mobile-tab-menu {
    display: block;
  }
  .logo .h1title {
    display: flex;
    margin: 0;
    padding: 0;
  }
  .content .h1title,
  .scroll-to-top.active,
  .menu .logo .btn {
    display: none;
  }
  .logo:has(.h1title) a {
    display: none;
  }
  .finance-type-master table {
    display: block;
    overflow-x: auto;
  }
  .sign-up-form-part .fields {
    display: flex;
    flex-direction: column;
  }
  .repayments .bulk-upload-action {
    flex-direction: column;
  }
  .home-menu {
    max-width: 100%;
  }
  .slider-center-text h1 {
    font-size: 40px;
    margin: 0;
  }
  .top-area {
    height: 225px;
  }
  .top-area-left {
    width: 100%;
  }
  .contact-title {
    font-size: 24px;
  }
  .contact-card-small {
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card-small-content {
    width: 100%;
    text-align: center;
  }
  .manage-doc .borrow-form {
    flex-direction: column;
    align-items: center;
  }
  .stepheadtitle .btn {
    width: 100%;
  }
  .stepheadtitle {
    flex-direction: column;
    margin-right: 65px;
  }
  .borrow-form {
    padding: 15px 10px;
  }
  .finance-type span {
    font-size: 16px;
  }
  .finance-type p {
    font-size: 12px;
  }
  .applicant-data-modal .view-application,
  .applicant-data-modal .btn {
    font-size: 12px;
    text-align: center;
  }
  .applications-cards {
    display: flex;
    flex-direction: column;
  }
  .profile-data-list ul li {
    font-size: 12px;
  }
  .data-application {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu-items {
    width: 100%;
  }
  .bulk-record-upload-panel {
    flex-direction: column;
    align-items: center;
  }
  .steps-data ul li span {
    height: 130px;
  }
  .card-small {
    width: 100%;
  }
  .logo .h1title .subtitle,
  .logo .h1title .badge {
    display: none;
  }
  .content-container .h1title {
    display: flex;
    font-size: 0;
    margin: 0 0 10px 0;
  }
  .content-container .h1title {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    flex-wrap: wrap;
  }
  .top-plus-btn {
    margin-top: -15px;
    display: flex;
    float: none;
    text-align: right;
    justify-content: flex-end;
  }
  .top-plus-btn .btn {
    width: auto;
  }
  .main-body {
    margin-bottom: 4rem;
  }
  .list-step-action .bulk-upload-action {
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .user-name ul {
    width: auto;
    min-width: 200px;
  }
  .bulk-upload-action h1 {
    flex-direction: column;
  }
  .home-logo {
    justify-content: flex-start;
  }
  .home-logo img {
    height: 45px;
  }
  .homeburg {
    right: 10px;
  }
  .home-header .top-right {
    margin-right: 3rem;
  }
  .banner-bottom-area a svg {
    height: 20px;
  }
  .banner-bottom-area a {
    border: 2px solid;
    width: 50px;
    height: 50px;
  }
  .banner-bottom-area {
    bottom: 15px;
    padding: 0;
  }
  .slider-center-text h1 {
    font-size: 33px;
  }
  .applicant-data-modal {
    flex-direction: column;
  }
  .applicant-data-modal .view-application,
  .applicant-data-modal .btn {
    width: 100%;
    font-size: 14px;
  }
  .finance-type span,
  .finance-type p {
    min-width: auto;
  }
  .profile-name h2 {
    font-size: 18px;
  }
  .finance-type span {
    font-size: 14px;
    line-height: normal;
  }
  .profile-data-list ul li p {
    font-size: 16px;
  }
  .steps-data ul li span {
    height: 110px;
  }
  .h1title {
    font-size: 20px;
  }
}
/* End responsive css */

.tag {
  font-size: 12px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
}
.profile-link {
  color: inherit;
  transition: all 250ms ease-in-out;
  z-index: 3;
}
.profile-link:hover {
  box-shadow: 0 15px 100px hsl(114, 44%, 78%);
  z-index: 2;
}
.big-stats {
  display: flex;
  white-space: nowrap;
}
.big-stat,
.big-stat-row {
  color: var(--green500, #55b949) !important;
  font-weight: 500;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  padding: 0 10px;
}
.big-stat-row {
  border: none;
  padding: 0;
  margin-left: -10px;
}
.big-stat:nth-child(1) {
  border-left: none;
  padding-left: 0;
}
.big-stat .big {
  font-size: 18px;
}
.big-stat .small {
  font-size: 14px;
}
.bizcred-form-control:not(.full) .individual-field {
  display: flex;
  height: 45px;
  gap: 5px;
}
.bizcred-form-control:not(.full) .individual-field .img-wrap {
  margin: 0;
}
form input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  min-height: 0;
}
form input[type="radio"]:focus {
  box-shadow: none;
}
.view-more-link {
  padding: 5px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
  font-size: 12px;
}
.form-check-input {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
.document-table th:nth-child(2),
.document-table th.align-width {
  width: 800px;
}
.app-logo-container {
  margin-bottom: 12px;
}
.app-logo-container img {
  max-width: 80px;
  height: 50px;
  object-fit: contain;
  width: auto;
}
.flex-right img {
  margin-left: auto;
}
.logofixed {
  margin: 0;
}
.logofixed + .h1title {
  margin: 0;
}
.applicant-single:has(.app-logo-container) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.applicant-single:has(.app-logo-container) .view-profile-link {
  border: none;
  padding: 0;
}
.applicant-single:has(.app-logo-container) .app-logo-container {
  margin: 0;
}
.vLargeTextField {
  min-height: 150px;
  display: flex;
  flex-direction: column;
}
.ql-tooltip {
  left: 0 !important;
}

.content-container:has(.loginpage) {
  padding-top: 0;
}
.number-right {
  text-align: right !important;
}
.date-left {
  text-align: left !important;
}
.header-center {
  text-align: center !important;
}