/*
Theme Name:       Lendsqr Docs
Author:           Esivwekpe Christopher
Author URI:       https://www.linkedin.com/in/christopher-esivwekpe-681b74181/
Description:      A clean and responsive documentation theme for Lendsqr, built for speed, clarity, and usability.
Version:          1.0.0
License:          GNU General Public License v2 or later
License URI:      https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:      lendsqr-docs
Tags:             documentation, clean, responsive, left-sidebar, custom-menu, accessibility-ready
*/

:root {
  --primary-color: #349898;
  --primary-color-6: #40BABA0F;
  --primary-color-10: #30c2c225;
  --primary-color-100: #F7FCFC;

  --text-primary: #172B4D;
  --text-secondary: #44546F;
  --text-tetiary: #626F86;
  --text-white-87: #FFFFFFDE;
  --text-white-70: #FFFFFFB2;
  --text-white-50: #FFFFFF80;

  --border-brand-default: #40BABA;
  --bg-dark: #161A1D;
}

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
} 

@media (max-width: 530px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

/* SCROLLBAR-TRACK */
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 999px;
  border: none;
}

/* SCROLLBAR-HANDLE */
::-webkit-scrollbar-thumb {
  background-color: #091E421F;
  border-radius: 999px;
  border: none;
}

/* SCROLLBAR-HANDLE-ON-HOVER */
::-webkit-scrollbar-thumb:hover {
  background-color: #091e426e;
}

.underline {
  border-bottom: 1px solid !important;
  width: fit-content;
}

.show-flex {
  display: flex !important;
}

.hidden {
  display: none !important;
}

.ld-loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ld-loader-medium {
  object-fit: contain;
  width: 50px;
  width: 50px;
}


/* GLOBAL STYLES START HERE */
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  scroll-behavior: smooth;
  cursor: default;
  font-family:
    'Inter',
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Ubuntu,
    Cantarell,
    Oxygen,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  line-height: 1.15;
  -moz-tab-size: 4;
  tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  background-color: #FFFFFF;
}

body {
  margin: 0;
  background-color: #FFFFFF;
}

h1 {
  font-size: 2em;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
}

pre {
  font-family:
    Menlo,
    Consolas,
    Roboto Mono,
    Ubuntu Monospace,
    Oxygen Mono,
    Liberation Mono,
    monospace;

  font-size: 1em;
}

a {
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family:
    Menlo,
    Consolas,
    Roboto Mono,
    Ubuntu Monospace,
    Oxygen Mono,
    Liberation Mono,
    monospace;

  font-size: 1em;
}

small {
  font-size: 80%;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted #000000;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled],
[disabled] {
  cursor: disabled;
}

[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
/* GLOBAL STYLES ENDS HERE */


/* LENDSQR DOCS NAV STYLES STARTS HERE*/
.ld-nav-container {
  width: 100%;
  background-color: white;
  display: flex;
  z-index: 1000;
  justify-content: center;
  padding: 28px 20px;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
}

.ld-nav-content {
  width: 100%;
  max-width: 1320px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.ld-logo-container {
  display: block;
  width: fit-content;
  padding: 1.5px 32px 1.5px 4px;
}

.ld-logo-desktop {
  cursor: pointer;
}

.ld-logo-mobile {
  cursor: pointer;
  display: none;
}

.ld-menu-container {
  width: 100%;
  flex-direction: row;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  padding-left: 131px;
}

.ld-nav-link {
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  z-index: 3;
  white-space: nowrap;
  background: transparent;
  padding: 8px 14px 8px 16px;
  border-radius: 4px;
  border: none;
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.ld-nav-link:hover {
  /* background-color: var(--primary-color-100); */
  color: var(--primary-color);
}

.ld-nav-link:hover svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.ld-nav-link:hover svg path {
 stroke: var(--border-brand-default);
}

.ld-nav-link-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 0;
  border-radius: 6px;
  border: none;
  background-color: var(--primary-color-100);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.ld-auth-link-container {
  gap: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: end;
  padding-left: 32px;
}

.ld-login-link {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: -0.2px;
  padding: 8px 14px 8px 16px;
  border-radius: 4px;
}

.ld-signup-link {
  color: white;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: -0.2px;
  padding: 10px 16px 10px 16px;
  border-radius: 4px;
  background-color: var(--primary-color);
}

.ld-signup-link:hover {
  background-color: var(--border-brand-default);
}

.ld-nav-section-outter {
  position: absolute;
  top: 40px;
  padding-top: 30px;
  left: 57%;
  z-index: 99999;
  transform: translate(-50%, 0);
  height: fit-content;
  width: fit-content;
}

.ld-nav-section-container {
  border: 1px solid #DBDEE3;
  border-radius: 8px;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  height: fit-content;
  width: fit-content;
}

.ld-hamburger {
  width: 20px;
  height: 16px;
  position: relative;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

.ld-hamburger span {
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
  display: block;
  position: relative;
}

.ld-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.ld-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.ld-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.ld-signup-link-mobile {
  display: none;
}

.ld-login-mobile-link {
  display: none !important;
}

#ld-nav-section-outter-solutions, #ld-nav-section-outter-products, #ld-nav-section-outter-resources {
  display: none;
}

@media (max-width: 1120px) {
  .ld-nav-container {
    border-bottom: 1px solid #091E420F;
    background-color: white;
    box-shadow: 0px 4px 6px -2px #00000005;
  }

  .ld-nav-link-indicator {
    display: none;
  }

  .ld-logo-desktop {
    display: none;
  }

  .ld-logo-mobile {
    display: block;
  }

  .ld-nav-container {
    padding: 24px 16px;
  }

  .ld-logo-container {
    padding: 0px;
  }

  .ld-hamburger {
    display: flex;
  }

  .ld-nav-content {
    position: static;
    z-index: 5;
  }

  .ld-login-mobile-link {
    display: flex !important;
  }

  .ld-menu-container {
    flex-direction: column;
    width: 100vw;
    height: calc(100vh - 89px);
    overflow-y: auto;
    border-bottom: 1px solid #091E420F;
    border-top: 1px solid #091E420F;
    background-color: white;
    box-shadow: 0px 4px 6px -2px #00000005;
    position: absolute;
    padding-top: 0px;
    display: none;
    padding-left: 0px;
    top: 88px;
    z-index: 2;
    gap: 0px;
    right: 0px;
    left: 0px;
  }

  .ld-menu-container.open {
    display: flex;
  }
  
  .ld-login-link {
    display: none !important;
  }

  .ld-nav-link {
    border-bottom: 1px solid #091E420F;
    background-color: white;
    width: 100%;
    font-size: 16px;
    padding: 18px 16px;
    justify-content: space-between;
  }

  .ld-nav-section-outter {
    display: flex;
    flex-direction: column;
    transform: none;
    padding-top: 0px;
    position: static;
    width: 100%;
  }

  .ld-nav-section-container {
    background-color: white;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    height: fit-content;
    width: 100%;
    border: none;
    border-radius: 0px;
  }

  .ld-nav-section { 
    padding: 20px !important;
    gap: 14px !important;
    width: 100% !important;
    border-bottom: 1px solid #DBDEE3;
  }

  .ld-nav-section.center {
    border-left: none !important;
    border-right: none !important;
  }

  .ld-nav-section-title { 
    font-size: 10px;
    line-height: 14px;
  }

  .ld-nav-section-image { 
    display: none;
  }

  .ld-nav-section-description { 
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .ld-nav-section-cta { 
    cursor: pointer;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .ld-nav-section-link-content { 
    gap: 2px !important;
  }

  .ld-nav-section-link svg {
    transform: translateX(4px);
    opacity: 1;
    display: inline;
  }

  .ld-nav-section-link-title { 
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .ld-nav-section-link-description { 
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

@media (max-width: 380px) {
  .ld-signup-link-mobile{
    display: inline;
  }

  .ld-signup-link-desktop {
    display: none;
  }

  .ld-signup-link {
    padding: 10px 6px;
    font-size: 14px;
  }

  .ld-auth-link-container {
    padding-left: 4px !important;
  }
}

/* LENDSQR DOCS NAV DROPDOWN START HERE */
.ld-nav-section {
  padding: 20px 20px 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 24px;
  width: 400px;
  height: 100%;
  text-align: left;
}

.ld-nav-section.center {
  height: 100%;
  border-right: 1px solid #DBDEE3;
  border-left: 1px solid #DBDEE3;
}

.ld-nav-section-title {
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  word-spacing: 0px;
  text-decoration: none;
  color: var(--text-tetiary);
  display: block;
}

.ld-nav-section-image {
  height: 190px;
  max-width: 100%;
  object-fit: cover;
  overflow: clip;
  border-radius: 8px;
}

.ld-nav-section-description {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  word-spacing: 0px;
  text-decoration: none;
  color: var(--text-secondary);
  display: block;
  width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
}

.ld-nav-section-cta {
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  word-spacing: 0px;
  background-color: white;
  transition: border 0.3s, color 0.3s;
  color: var(--primary-color);
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  gap: 2px;
}

.ld-nav-section-cta:hover {
  cursor: pointer;
  border-bottom: 1px solid var(--primary-color);
}

.ld-nav-section-link {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

.ld-nav-section-link-title {
  transition: color 0.3s;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 24px;
  word-spacing: 0px;
}

.ld-nav-section-link:hover .ld-nav-section-link-title {
  color: var(--primary-color) !important;
}

.ld-nav-section-link svg {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateX(0);
  opacity: 0;
}

.ld-nav-section-link:hover svg {
  transform: translateX(4px);
  opacity: 1;
}

.ld-nav-section-link-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.ld-nav-section-link-description {
  font-size: 14px;
  line-height: 20px;
  word-spacing: 0px;
  font-weight: 400;
  color: var(--text-secondary);
  width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  display: block; 
}
/* LENDSQR DOCS NAV DROPDOWN ENDS HERE */
/* LENDSQR DOCS NAV STYLES ENDS HERE */


/* LENSQR DOCS MAIN CONTENT STYLES STARTS HERE */
/* LENDSQR DOCS SIDE MENU STYLES START HERE */
.ld-main-container {
  width: 100%;
  height: fit-content;
  display: flex;
  margin-top: 96px;
  justify-content: center;
  padding: 0 16px;
}

.ld-main-content {
  width: 100%;
  max-width: 1320px;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: start;
}

.ld-side-menu {
  min-width: 226px;
  min-width: 226px;
  width: 226px;
  display: flex;
  height: calc(100vh - 89px);
  background-color: white;
  flex-direction: column;
  padding-top: 24px;
  position: sticky !important;
  top: 96px;
  gap: 16px;
}

.ld-side-menu-tab-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #F1F2F4;
  position: relative;
}

.ld-side-menu-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding: 4px 10px 10px 10px;
  background-color: white;
  color: var(--text-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
  border: none;
}

.ld-side-menu-tab.active, .ld-side-menu-tab.hover {
  font-weight: 600;
  color: var(--border-brand-default);
}

.ld-side-menu-tab svg path.active, .ld-side-menu-tab svg path.hover {
  stroke: var(--border-brand-default);
}

.ld-side-menu-tab-content {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.ld-side-menu-tab-indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 140px;
  background-color: var(--border-brand-default);
  transition: left 0.3s ease;
  left: 0;
}

.ld-side-menu-links-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  overflow-y: auto;
}

.ld-side-menu-links-container ul {
  display: block;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0;
}
.ld-side-menu-links-container ul li {
  display: block;
}

.ld-side-menu-link .menu-item a[href]:not([href="#"]),
.ld-side-menu-accordion .menu-item a[href]:not([href="#"]) {
  display: flex;
  align-items: center;
  color: var(--text-tetiary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 7px 5px 7px 14px;
  position: relative;
}

.ld-side-menu-link .menu-item a[href]:not([href="#"]):hover,
.ld-side-menu-accordion .menu-item a[href]:not([href="#"]):hover {
  box-shadow: 1.5px 0px 0px 0px #40BABA inset;
  background-color: var(--primary-color-6);
  color: var(--primary-color);
}

.ld-side-menu-link .menu-item a[href]:not([href="#"]) .bar,
.ld-side-menu-accordion .menu-item a[href]:not([href="#"]) .bar {
  background-color: #1212120A;
  height: 100%;
  width: 1.5px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}

.ld-side-menu-link .current-menu-item > a,
.ld-side-menu-accordion .current-menu-item > a,
.ld-side-menu-links-container .current-menu-item > a {
  box-shadow: 3px 0px 0px 0px #40BABA inset;
  background-color: var(--primary-color-6);
  color: var(--text-primary);
}

.ld-side-menu-category {
  display: flex;
  gap: 4px;
  flex-direction: column;
  width: 100%;
}

.ld-side-menu-category-title {
  padding: 6px 12px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px;
  color: var(--text-primary);
}

.menu-item-has-children {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu-item a[href="#"] {
  display: flex;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px 6px 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--text-tetiary);
}

.menu-item a[href="#"]:hover {
  border: none;
  border-radius: 5px;
  background-color: var(--primary-color-6);
  color: var(--primary-color);
}

.menu-item a[href="#"]:hover svg path{
  stroke: var(--primary-color);
}

.menu-item a[href="#"] svg {
  transition: transform 0.3s ease;
}

.menu-item a[href="#"] svg.rotate-90 {
  transform: rotate(-90deg);
}

.sub-menu {
  padding-left: 16px !important;
  display: flex;
  flex-direction: column;
  max-height: 0;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
/* LENDSQR DOCS SIDE MENU STYLES ENDS HERE */

.ld-content-container {
  padding: 32px 64px 64px 64px;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: auto;
  height: fit-content;
}

/* LENDSQR DOCS BREADCRUMBS STYLES START HERE */
.ld-breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.ld-home-icon {
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}

.ld-home-icon:hover svg path {
  fill: var(--border-brand-default);
}

.ld-breadcrumbs-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  cursor: pointer;
  color: var(--text-tetiary);
  white-space: nowrap;
}

.ld-breadcrumbs-link:hover {
  color: var(--border-brand-default)
}

span.ld-breadcrumbs-link {
  color: var(--border-brand-default)
}
/* LENDSQR DOCS BREADCRUMBS STYLES ENDS HERE */

/* LENDSQR DOCS MAIN CONTENT STYLES STARTS HERE*/
.ld-content {
  margin: 8px 0px;
  height: fit-content;
  display: block;
  color: var(--text-secondary) !important;
}

.ld-content-title {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 42px;
  line-height: 50.4px;
  letter-spacing: -0.25px;
  margin: 0px;
  margin-bottom: 24px;
}

@media screen {
  .ld-content-title {
    color: var(--text-primary);
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -0.25px;
  }
}

.ld-content p, .ld-content li, .ld-content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.ld-content h1, .ld-content h2, .ld-content h3, .ld-content h4, .ld-content h5, .ld-content h6 {
  color: var(--text-primary) !important;
}

.ld-content a {
  color: var(--text-primary);
  text-decoration: underline;
}

.ld-content table tbody tr td{
  font-size: 15px;
  color: var(--text-secondary) !important;
}

.ld-content table tbody tr:nth-child(odd) {
  background-color: #F2F2F2;
}

.ld-content table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}

.ld-content table thead {
  background-color: #F1F1F1;
  font-weight: bold;
}
/* LENDSQR DOCS MAIN CONTENT STYLES ENDS HERE*/

/* LENDSQR DOCS RELATED ARTICLES STYLES START HERE */
.ld-related-articles-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 24px;
  border: 1px solid #091E421F;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px #0A0D1408, 0px 1px 2px 0px #0A0D1408;
  margin-top: 24px;
}

.ld-related-articles-header {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.15px;
  margin: 0 !important;
}

.ld-related-articles {
  gap: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0;
}

.ld-related-articles li {
  display: block;
}

.ld-related-articles .menu-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.ld-related-articles .menu-item a {
  color: var(--border-brand-default) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
}

.ld-content-rate {
  margin-top: 8px;
  padding-top: 64px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
}

.ld-content-rate-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--text-primary);
}

.ld-content-rate-action {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  letter-spacing: 0px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.ld-content-rate-action:hover {
  color: var(--border-brand-default);
}

.ld-content-rate-action:hover svg path {
  stroke: var(--border-brand-default);
}

.ld-content-rate-action.active {
  color: var(--border-brand-default);
}

.ld-content-rate-action.active svg path {
  fill: var(--border-brand-default);
  stroke: var(--border-brand-default);
}
/* LENDSQR DOCS RELATED ARTICLES STYLES END HERE */


/* LENDSQR DOCS SCROLLSPY STYLES START HERE */
.ld-scrollspy-container {
  padding: 32px 0px;
  display: flex;
  position: sticky;
  top: 96px;
  flex-direction: column;
  gap: 16px;
}

.ld-search-container {
  width: 220px;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  background-color: var(--primary-color-6);
  justify-content: space-between;
  gap: 17px;
}

.ld-search-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-tetiary);
  white-space: nowrap;
}

.ld-search-icon-container {
  width: fit-content;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  display: none;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  background-color: var(--primary-color-6);
}

/* SEARCH MODAL STYLES HERE */
.ld-search-modal-container {
  display: none;
  flex-direction: column;
  width: 700px;
  background-color: white;
  border-radius: 8px;
  border: none;
  position: fixed;
  z-index: 10001;
  max-height: 80vh;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
}

.ld-search-modal-container.show {
  display: flex;
}

.ld-search-input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  padding: 16px 20px 5px 20px;
}

.ld-search-input-container button {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  border: none;
  outline: none;
  white-space: nowrap;
  letter-spacing: -0.2px;
  padding: 9px 20px;
  border-radius: 4px;
  background-color: var(--primary-color-10);
  color: var(--primary-color);
}

/* .ld-search-input-container button:hover {
  background-color: var(--border-brand-default);
  color: white;
} */

.ld-search-input-content {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 15px;
  color: var(--text-secondary);
}

.ld-search-input-content input {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 15px;
  width: 100%;
  color: var(--text-primary);
}

.ld-top-content-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.ld-search-icon-content {
  font-size: 14px;
  line-height: 16px;
  color: var(--text-tetiary);
}

.ld-search-shortcut {
  color: var(--text-secondary);
  font-size: 12px;
  white-space: nowrap;
  font-family: Consolas, Menlo, Monaco, 'Courier New', monospace;
}

.ld-result-container {
  height: 100%;
  overflow-y: auto;
  flex-direction: column;
  display: flex;
  padding: 0px 20px 20px 20px;
}

.ld-search-results {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ld-search-result-card {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 7px;
  border-radius: 8px;
  border: 1px solid #DBDEE3;
  padding: 10px 30px 10px 24px;
}

.ld-search-card-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ld-search-result-card:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color-6);
}

.ld-search-card-icon {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateX(-16px);
  opacity: 0;
}

.ld-search-result-card:hover svg {
  transform: translateX(-8px);
  opacity: 1;
}

.ld-search-result-card:hover h3 {
  color: var(--primary-color) !important;
}

.ld-search-result-card h3 {
  margin: 0px;
  font-weight: 500;
  color: var(--text-primary) !important;
  font-size: 15px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.ld-search-result-card p {
  margin: 0px;
  color: var(--text-tetiary) !important;
  font-size: 14px;
  line-height: 20px;
}
.ld-search-footer .nav-links {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ld-search-footer .page-numbers {
  padding: 8px 12px;
  display: flex;
  font-size: 14px;
  white-space: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 30px;
  border-radius: 4px;
  background-color: var(--primary-color-10);
  color: var(--primary-color);
}

.ld-search-footer .page-numbers.current {
  color: white;
  background-color: var(--primary-color);
}

.ld-search-footer {
  padding: 10px 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;

}

@media (max-width: 765px) {
  .ld-search-modal-container {
    width: 95%;
    max-height: 85vh;
  }

  .ld-search-result-card {
    padding: 10px 30px 10px 10px;
  }
}
/* SEARCH MODAL STLES ENDS HERE */

.ld-scrollspy {
  background-color: var(--primary-color-100);
  width: 220px;
  min-height: 200px;
  gap: 16px;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ld-scrollspy-header {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0 !important;
  letter-spacing: 0px;
}

.ld-scrollspy-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  height: 100%;
}

.ld-scollspy-indicator-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-radius: 999px;
  background-color: #091E421F;
  overflow: visible;
}

.ld-scrollspy-indicator {
  width: 3px;
  height: 12px;
  border-radius: 999px;
  background-color: var(--border-brand-default);
  transition: height 0.3s ease;
  position: relative;
}

.ld-scrollspy-indicator svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ld-scrollspy-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: 4px;
}

.ld-scrollspy-link-container {
  padding: 0px 0px 0px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ld-scrollspy-link.active {
  color: var(--border-brand-default);
}

.ld-scrollspy-link.passed {
  color: var(--text-tetiary);
}

.ld-scrollspy-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--text-primary);
  transition: color 0.3s;
}

.ld-scrollspy-link:hover {
  color: var(--border-brand-default);
}

.ld-content-rate-action-container {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1200px) {
  .ld-scrollspy-container {
    display: none;
  }

  .ld-search-icon-container {
    display: flex;
  }

  .ld-content-container {
    padding: 32px 0px 64px 48px;
  }
}

@media (max-width: 768px) {
  .ld-side-menu {
    position: static !important;
    width: 100%;
    padding-top: 20px;
    height: fit-content;
  }

  .ld-main-content {
    flex-direction: column;
    width: 100%;
  }

  .ld-side-menu-links-container {
    display: none !important;
  }

  .ld-content-container {
    padding: 32px 0px 64px 0px;
  }

  .ld-content-rate-action-container {
    margin-left: 0px;
  }
  
  .ld-content-rate {
    padding-top: 32px;
  }
}

@media (max-width: 350px) {
  .ld-content-rate {
    gap: 10px;
    flex-direction: column;
    align-items: start;
  }
}
/* LENDSQR DOCS SCROLLSPY STYLES ENDS HERE */
/* LENSQR DOCS MAIN CONTENT STYLES ENDS HERE */


/* LENSQR DOCS FOOTER STYLES STARTS HERE */
.ld-footer {
  position: relative;
  width: 100%;
  background-color: var(--bg-dark);
  color: white;
  flex-direction: column;
  padding: 80px 20px;
  display: flex;
  align-items: center;
}

.ld-footer-content {
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  z-index: 2;
}

.ld-footer-links-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}

.ld-footer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ld-footer-section-title {
  font-weight: 600;
  font-size: 14px;
  margin: 0 !important;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFFFFFDE;
}

.ld-footer-link {
  font-weight: 400;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 20px;
  gap: 8px;
  letter-spacing: 0px;
  color: #FFFFFFB2;
  width: fit-content;
}

.ld-footer-anchor:hover {
  color: var(--border-brand-default);
  cursor: pointer;
}

.ld-hiring-container {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  width: fit-content;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #206A83;
  border-radius: 4px;
  background-color: #E7F9FF;
}

.ld-hiring-container div {
  width: 6px;
  border-radius: 999px;
  height: 6px;
  background-color: #227D9B;
}

.ld-footer-social {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.ld-footer-social a:hover svg path {
  fill: var(--border-brand-default);
}

.ld-footer-bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFFFFF80;
}

.ld-footer-legal-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 32px;
}

.ld-footer-right-reserved {
  width: fit-content;
}

.ld-footer-policy-container {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 24px;
}

.ld-footer-policy {
  width: fit-content;
  border-bottom: 1px solid #FFFFFF80;
  color: #FFFFFF80;
}

.ld-footer-policy:hover {
  color: var(--border-brand-default);
  border-bottom: 1px solid var(--border-brand-default);
}

.ld-footer-details {
  width: 100%;
}

.ld-footer-backdrop-logo {
  position: absolute;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  bottom: 0;
  left: 0;
  right: 0;
}

#ld-footer-contact {
  padding-top: 32px;
  border-top: 1px solid #FFFFFF1F;
}

@media (max-width: 900px) {
  .ld-footer {
    padding: 40px 16px;
  }

  .ld-footer-links-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .ld-footer-links-wrapper {
    gap: 48px;
  }

  .ld-footer-span {
    grid-column: span 2 / span 2;
  }
}

@media (max-width: 400px) {
  .ld-footer-links-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .ld-footer-span {
    grid-column: span 1 / span 1;
  }
}

@media (max-width: 623px) {
  .ld-footer-legal-container {
    flex-direction: column;
    gap: 20px;
  }
}
/* LENSQR DOCS FOOTER STYLES ENDS HERE */

/* LENDSQR DOCS GET APP MODAL START HERE */
.ld-modal-backdrop {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}

.ld-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 92%;
  transform: translate(-50%, -50%) scale(0.95);
  max-width: 470px;
  border-radius: 10px;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  z-index: 10001;
}

.ld-modal.show,
.ld-modal-backdrop.show {
  visibility: visible;
  opacity: 1;
}

.ld-modal.show {
  transform: translate(-50%, -50%) scale(1);
}

.ld-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #DBDEE3;
  padding: 20px;
}

.ld-modal-header h2 {
  font-size: 18px;
  margin: 0;
  width: 100%;
  font-weight: 600;
  line-height: 24px;
  color: var(--text-secondary);
}

.ld-modal-close {
  background: none;
  border: none;
  width: fit-content;
  height: fit-content;
  font-size: 22px;
  cursor: pointer;
}

.ld-modal-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

.ld-upper-modal-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid #DBDEE3;
}

.ld-upper-modal-body-content {
  font-size: 16px;
  line-height: 20px;
  color: var(--text-secondary);
  max-width: 245px;
}

.ld-google-play {
  max-width: 166px;
  height: 49px;
  border: none;
  border-radius: 8px;
  object-fit: contain;
}

.ld-lower-modal-body {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}

@media (max-width: 390px) {
  .ld-lower-modal-body {
    flex-direction: column;
  }
}

.ld-qr-code {
  height: 139px;
  max-width: 137px;
  border: none;
  border-radius: 8px;
  object-fit: contain;
}

.ld-lower-modal-body-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ld-lower-modal-body-content h3 {
  color: var(--text-secondary);
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  line-height: 24px;
}

.ld-lower-modal-body-content div {
  font-size: 16px;
  line-height: 20px;
  color: var(--text-secondary);
  width: 100%;
}

/* LENDSQR DOCS GET APP MODAL START HERE */