.lhs-render-sections {
  display: flex;
}

.lhs-area {
  width: 20%;
  max-width: 450px;
  min-width: 275px;
}

.lhs-content-section {
  width: 80%;
  z-index: 0;
}
.lhs-content-section section {
  display: flex;
}
.lhs-content-section section article {
  display: inline-block;
  margin-left: unset;
  margin-right: unset;
  position: relative;
}

.lhs-nav-container {
  width: 100%;
  min-width: 275px;
  max-width: 450px;
  position: sticky;
  top: 78px;
  left: 0;
  height: calc(100vh - 45px);
  z-index: 5;
  font-size: 13px;
}

.lhs-nav-wrap-container {
  position: relative;
  border-radius: 0 10px 10px 0;
  box-shadow: rgba(37, 37, 37, 0.4);
  top: 0px;
  height: 100%;
  padding: 15px 0;
  background: rgb(14, 59, 84);
  background: rgb(49, 55, 65);
  background: #263346;
  color: aliceblue;
  margin-top: 30px;
}
.lhs-nav-wrap-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 5px);
  border-radius: 0 7px 7px 0;
  height: 100%;
  background: inherit;
}

.lhs-nav-wrap {
  position: relative;
  top: 0;
  height: 100%;
  padding: 0 15px;
  padding-left: 20px;
  overflow-y: auto;
}

.nav-items-list {
  list-style: none;
}

.list-group > .list-category-title {
  background: linear-gradient(270deg, #1b496a, transparent);
}
.list-group.is-expand > .list-category-title {
  background: none;
}
.list-group.is-expand > .list-category-title .lhs-item-expand-icon i {
  transform: rotate(90deg);
}

.list-category-title {
  margin: 5px 0 2px;
  padding: 5px 0;
  font-family: poppins-medium;
  font-size: 1.075em;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #00c7ff;
}
.list-category-title:hover {
  color: #247eff;
  color: #00c7ff;
}
.list-category-title.list-handler {
  background: linear-gradient(270deg, rgba(38, 141, 255, 0.24), transparent);
}
.list-category-title.list-handler .lhs-item-expand-icon {
  visibility: visible;
}

.lhs-item-expand-icon {
  font-size: 0.75em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.lhs-item-expand-icon i {
  display: flex;
}

.nav-items-category-list {
  list-style: none;
  padding-left: 15px;
  margin: 8px 0;
}
.nav-list-item {
  font-family: "work-sans-medium";
  font-size: 1.05em;
}

.nav-link {
  padding: 5px 3px 5px 10px;
  margin: 5px 0;
  display: inline-block;
  width: 100%;
  line-height: 1.4;
  border-left: 2px solid #7cb4ec;
  border-radius: 4px;
}
.nav-link.active {
  background: rgba(81, 172, 255, 0.1);
  transition: all 0.2s ease-in-out;
  color: #21ffff;
}
.nav-link:not(.active):hover {
  background: rgba(81, 172, 255, 0.1);
  transition: all 0.2s ease-in-out;
}

@media (min-width: 990px) and (max-width: 1650px) {
  .lhs-content-section section {
    justify-content: unset;
  }
  .lhs-content-section .lhs-area {
    width: 20%;
    min-width: 275px;
    max-width: 450px;
    position: relative;
    transition: width 2s ease-in-out;
  }
}
@media (max-width: 990px) {
  .lhs-area {
    display: none;
  }
  #sidebar-nav {
    display: none;
  }
  .lhs-content-section {
    width: 100%;
  }
}
#sidebar-nav {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#sidebar-nav ::-webkit-scrollbar {
  width: 10px;
}
#sidebar-nav ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
#sidebar-nav ::-webkit-scrollbar-thumb {
  background: rgb(61, 98, 125);
  background: rgb(84, 95, 109);
}
#sidebar-nav ::-webkit-scrollbar-thumb:hover {
  background: rgb(82, 108, 126);
}

.light-theme .lhs-nav-wrap-container {
  color: #2c2c2c;
  box-shadow: 5px 0px 4px rgba(119, 119, 119, 0.5);
  background: #ecf2ff;
}
.light-theme .lhs-nav-wrap {
  padding-right: 0px;
  overflow-y: hidden;
}
.light-theme #lhs-list.nav-items-list > li > .list-category-title {
  font-size: 1.3em;
}
.light-theme #lhs-list.nav-items-list > li > .nav-items-category-list:first-of-type {
  height: 85vh;
  overflow-y: auto;
  padding-right: 15px;
}
.light-theme .list-group > .list-category-title {
  background: none;
  color: #454545;
  cursor: default;
}
.light-theme .list-group > #list-category-title {
  cursor: pointer;
}
.light-theme .list-group > #list-category-title:hover {
  color: #2f59b1;
}
.light-theme .list-group.is-expand > #list-category-title {
  color: #3d64b7;
  position: sticky;
  top: -1px;
  background: #ecf2ff;
}
.light-theme .list-group.is-expand > #list-category-title::after {
  content: "";
  position: relative;
  width: 40%;
  height: 2px;
  background: linear-gradient(45deg, rgba(73, 117, 212, 0.4705882353), transparent);
  margin-left: 10px;
}
.light-theme .nav-link {
  border-left: none;
}
.light-theme .nav-link:hover {
  background: rgba(221, 231, 255, 0.568627451);
}
.light-theme .nav-link.active {
  border-left: 2px solid #3d64b7;
  background: #dde7ff;
  color: #3e3e3e;
}
.light-theme#sidebar-nav ::-webkit-scrollbar {
  width: 6px;
}
.light-theme#sidebar-nav ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(210, 234, 255, 0);
}
.light-theme#sidebar-nav ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(168, 187, 204, 0.8078431373);
}
.light-theme#sidebar-nav ::-webkit-scrollbar-thumb:hover {
  background: rgba(182, 198, 214, 0.9529411765);
}

.svg-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.how-to-lhs-breadcrumb {
  position: fixed;
  top: var(--top-padding);
  left: 0;
  height: 35px;
  background-color: #DBEDFF;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 100;
}
.how-to-lhs-breadcrumb .breadcrumb-navbar {
  margin-right: auto;
  padding-inline: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
  white-space: nowrap;
}
.how-to-lhs-breadcrumb .how-to-breadcrumb-title {
  font-size: 0.813em;
  font-family: var(--font-poppins-medium);
  color: #416682;
  height: 100%;
  cursor: pointer;
  position: relative;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-wrap: wrap;
  display: -webkit-box;
  text-overflow: clip;
}
.how-to-lhs-breadcrumb .how-to-breadcrumb-title .how-to-breadcrumb-title-text {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-wrap: wrap;
  display: -webkit-box;
  overflow: hidden;
}
.how-to-lhs-breadcrumb .how-to-breadcrumb-title:hover {
  text-decoration: underline;
}
.how-to-lhs-breadcrumb .guides-count {
  font-size: 0.9em;
  font-family: var(--font-work-sans);
  font-weight: 300;
  margin-left: 2px;
  padding: 2px 4px;
  padding-top: 2.8px;
  border-radius: 4px;
  background-color: #00569c;
  color: #fff;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup {
  position: absolute;
  top: 125%;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 6px;
  display: none;
  overflow: hidden;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2196078431);
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-breadcrumbs-titles-container {
  padding: 8px;
  padding-top: 4px;
  overflow-y: auto;
  height: 100%;
  max-height: 60vh;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-breadcrumbs-titles-container::-webkit-scrollbar {
  width: 9px;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-breadcrumbs-titles-container::-webkit-scrollbar-thumb {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  background-color: #c0c0c0;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .title {
  padding: 12px;
  background-color: #0f2334;
  color: #d9d9d9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.05em;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .title .count {
  border-radius: 32px;
  padding-inline: 8px;
  font-weight: 500;
  color: currentColor;
  font-size: 0.8em;
  background-color: #0b3245;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup.active {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .count {
  border-radius: 50%;
  min-width: 1.25rem;
  min-height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bedfff;
  background-color: #deefff;
  font-size: 0.75em;
  line-height: 1;
  color: #3d3d3d;
  padding-top: 1px;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-titles-list {
  font-size: 0.95em;
  font-family: var(--font-poppins-regular);
  color: #4e4e4e;
  padding: 6px;
  line-height: 1.5;
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-titles-list:last-child {
  border-bottom: none;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-titles-list:hover {
  background-color: #2389da;
  color: #fff;
}
.how-to-lhs-breadcrumb .guide-btn {
  color: #0F2334;
  border-radius: 4px;
  padding: 3px 12px;
  padding-left: 8px;
  background-color: #abd8fb;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 3px;
  transition: 0.3s ease-in-out;
}
.how-to-lhs-breadcrumb .guide-btn .icon-guide-lhs {
  padding-top: 1px;
  font-size: 0.935em;
}
.how-to-lhs-breadcrumb .guide-btn .office365-icon-Home::before {
  font-weight: 600;
}
.how-to-lhs-breadcrumb .guide-btn:hover {
  background-color: #80c8ff;
}
.how-to-lhs-breadcrumb .guides-home-btn {
  display: flex;
  align-items: center;
  font-size: 0.75em;
}
.how-to-lhs-breadcrumb .guides-home-btn .icon-guide-lhs {
  font-size: 1.1em;
  padding-top: 0;
  margin-right: 4px;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
  font-size: 0.813em;
  font-family: var(--font-poppins-medium);
  font-weight: 500;
  color: #0F2334;
  cursor: pointer;
  line-height: 1;
  position: relative;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown:hover .m365-categories-dropdown-items {
  visibility: visible;
  opacity: 1;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown .svg-icon {
  width: 18px;
  height: 20px;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid rgba(15, 35, 52, 0.0823529412);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  visibility: hidden;
  opacity: 0;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown-items .dropdown-item,
.how-to-lhs-breadcrumb .m365-categories-dropdown-items .how-to-guide-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px;
  padding-right: 1.2rem;
  white-space: nowrap;
  font-size: 1em;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown-items .dropdown-item:hover,
.how-to-lhs-breadcrumb .m365-categories-dropdown-items .how-to-guide-link:hover {
  background-color: rgba(0, 120, 212, 0.1647058824);
}
.how-to-lhs-breadcrumb i.down-icon {
  color: #fff;
}
.how-to-lhs-breadcrumb i.down-icon::before {
  transform: rotate(90deg);
}

.chevron-down::before {
  transform: rotate(90deg);
}

.lhs-nav-wrap-container {
  opacity: 0;
}

.lhs-open-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  border-radius: 0 16px 16px 0;
  min-width: 2rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.062745098);
  cursor: pointer;
  font-size: 1.4em;
  padding-right: 2px;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.lhs-open-btn:hover {
  opacity: 1;
  border-color: #a3ceff;
  box-shadow: 2px 2px 4px #bedcff;
}

.how-to-lhs-breadcrumb {
  position: fixed;
  top: var(--top-padding);
  left: 0;
  height: 35px;
  background-color: #DBEDFF;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 100;
}
.how-to-lhs-breadcrumb .breadcrumb-navbar {
  margin-right: auto;
  padding-inline: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
  white-space: nowrap;
}
.how-to-lhs-breadcrumb .how-to-breadcrumb-title {
  font-size: 0.813em;
  font-family: var(--font-poppins-medium);
  color: #416682;
  height: 100%;
  cursor: pointer;
  position: relative;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-wrap: wrap;
  display: -webkit-box;
  text-overflow: clip;
}
.how-to-lhs-breadcrumb .how-to-breadcrumb-title .how-to-breadcrumb-title-text {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-wrap: wrap;
  display: -webkit-box;
  overflow: hidden;
}
.how-to-lhs-breadcrumb .how-to-breadcrumb-title:hover {
  text-decoration: underline;
}
.how-to-lhs-breadcrumb .guides-count {
  font-size: 0.9em;
  font-family: var(--font-work-sans);
  font-weight: 300;
  margin-left: 2px;
  padding: 2px 4px;
  padding-top: 2.8px;
  border-radius: 4px;
  background-color: #00569c;
  color: #fff;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup {
  position: absolute;
  top: 125%;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 6px;
  display: none;
  overflow: hidden;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2196078431);
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-breadcrumbs-titles-container {
  padding: 8px;
  padding-top: 4px;
  overflow-y: auto;
  height: 100%;
  max-height: 60vh;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-breadcrumbs-titles-container::-webkit-scrollbar {
  width: 9px;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-breadcrumbs-titles-container::-webkit-scrollbar-thumb {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  background-color: #c0c0c0;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .title {
  padding: 12px;
  background-color: #0f2334;
  color: #d9d9d9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 1.05em;
  line-height: 1;
  cursor: default;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .title .count {
  border-radius: 32px;
  padding-inline: 8px;
  font-weight: 500;
  color: currentColor;
  font-size: 0.8em;
  background-color: #0b3245;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup.active {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .count {
  border-radius: 50%;
  min-width: 1.25rem;
  min-height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bedfff;
  background-color: #deefff;
  font-size: 0.75em;
  line-height: 1;
  color: #3d3d3d;
  padding-top: 1px;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-titles-list {
  font-size: 0.95em;
  font-family: var(--font-poppins-regular);
  color: #4e4e4e;
  padding: 6px;
  line-height: 1.5;
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-titles-list:last-child {
  border-bottom: none;
}
.how-to-lhs-breadcrumb .breadcrumbs-titles-popup .how-to-titles-list:hover {
  background-color: #2389da;
  color: #fff;
}
.how-to-lhs-breadcrumb .guide-btn {
  color: #0F2334;
  border-radius: 4px;
  padding: 3px 12px;
  padding-left: 8px;
  background-color: #abd8fb;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 3px;
  transition: 0.3s ease-in-out;
}
.how-to-lhs-breadcrumb .guide-btn .icon-guide-lhs {
  padding-top: 1px;
  font-size: 0.935em;
}
.how-to-lhs-breadcrumb .guide-btn .office365-icon-Home::before {
  font-weight: 600;
}
.how-to-lhs-breadcrumb .guide-btn:hover {
  background-color: #80c8ff;
}
.how-to-lhs-breadcrumb .guides-home-btn {
  display: flex;
  align-items: center;
  font-size: 0.75em;
}
.how-to-lhs-breadcrumb .guides-home-btn .icon-guide-lhs {
  font-size: 1.1em;
  padding-top: 0;
  margin-right: 4px;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
  font-size: 0.813em;
  font-family: var(--font-poppins-medium);
  font-weight: 500;
  color: #0F2334;
  cursor: pointer;
  line-height: 1;
  position: relative;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown:hover .m365-categories-dropdown-items {
  visibility: visible;
  opacity: 1;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown .svg-icon {
  width: 18px;
  height: 20px;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid rgba(15, 35, 52, 0.0823529412);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  visibility: hidden;
  opacity: 0;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown-items .dropdown-item,
.how-to-lhs-breadcrumb .m365-categories-dropdown-items .how-to-guide-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px;
  padding-right: 1.2rem;
  white-space: nowrap;
  font-size: 1em;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.how-to-lhs-breadcrumb .m365-categories-dropdown-items .dropdown-item:hover,
.how-to-lhs-breadcrumb .m365-categories-dropdown-items .how-to-guide-link:hover {
  background-color: rgba(0, 120, 212, 0.1647058824);
}
.how-to-lhs-breadcrumb i.down-icon {
  color: #fff;
}
.how-to-lhs-breadcrumb i.down-icon::before {
  transform: rotate(90deg);
}

#how-to-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#how-to-overlay.show {
  visibility: visible;
  opacity: 1;
}

#how-to-lhs {
  background-color: #fff;
  width: 670px;
  height: 100%;
  display: flex;
  gap: 8px;
  padding: 8px;
  max-height: calc(100vh - (var(--top-padding) + 35px));
  position: fixed;
  z-index: 100;
  top: calc(var(--top-padding) + 35px);
  left: 0;
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  transition: 0.65s ease-in-out;
}
#how-to-lhs.show {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
#how-to-lhs .close-btn {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  color: #000;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 2rem;
  height: 3rem;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  border-right-color: transparent;
  padding-left: 2px;
  cursor: pointer;
  box-shadow: -2px 0 8px rgba(16, 137, 195, 0.48);
  transition: 0.3s ease-in-out;
}
#how-to-lhs .close-btn i {
  transform: scaleX(-1);
  transition: 0.3s ease-in-out;
}
#how-to-lhs .close-btn:hover {
  border-color: rgba(7, 102, 165, 0.768627451);
  border-right-color: transparent;
}
#how-to-lhs .close-btn:hover i {
  color: rgba(7, 102, 165, 0.768627451);
}
#how-to-lhs .guide-link-list-title,
#how-to-lhs .how-to-guide-link,
#how-to-lhs .how-to-ext-link {
  font-family: var(--font-poppins-medium);
}
#how-to-lhs .lhs-col-1 {
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#how-to-lhs .lhs-col-1 .how-to-guide-link-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 12px;
  background-color: #e5f5ff;
  padding: 8px;
}
#how-to-lhs .lhs-col-1 .how-to-guide-links-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 6px;
  display: none;
}
#how-to-lhs .lhs-col-1 .guide-link-list-title {
  font-size: 0.813em;
  color: #62839b;
  padding: 12px;
  padding-top: 4px;
  border-bottom: 1px solid rgba(65, 102, 130, 0.1);
}
#how-to-lhs .lhs-col-1 .how-to-guide-link,
#how-to-lhs .lhs-col-1 .how-to-category-link {
  padding: 1rem;
  color: #484848;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
#how-to-lhs .lhs-col-1 .lhs-category-card.active .how-to-category-link {
  background-color: #143547;
  color: #fff;
}
#how-to-lhs .lhs-col-1 .lhs-category-card.active:hover .how-to-category-link {
  background-color: #143547;
}
#how-to-lhs .lhs-col-1 .how-to-category-link {
  align-items: center;
  font-size: 0.85em;
  flex-direction: row;
  background-color: transparent;
  padding: 0.5rem;
  gap: 10px;
}
#how-to-lhs .lhs-col-1 .how-to-ext-link {
  font-size: 0.875em;
  text-decoration: none;
  padding: 16px;
  color: #484848;
  background-color: #e5f5ff;
  border-radius: 8px;
}
#how-to-lhs .lhs-col-1 .how-to-guide-link,
#how-to-lhs .lhs-col-1 .how-to-ext-link {
  transition: 0.3s ease-in-out;
}
#how-to-lhs .lhs-col-1 .how-to-guide-link:hover,
#how-to-lhs .lhs-col-1 .how-to-ext-link:hover {
  background-color: #c3e8ff;
}
#how-to-lhs .lhs-col-2 {
  flex-grow: 1;
}
#how-to-lhs .lhs-col-2 .how-to-guide-link-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  overflow-y: auto;
  padding-right: 8px;
}
#how-to-lhs .scrollbar-thin {
  overflow-y: auto;
}
#how-to-lhs .scrollbar-thin::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
#how-to-lhs .scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 8px;
}
#how-to-lhs .how-to-guide-link {
  background-color: #eff8fd;
  padding: 16px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
#how-to-lhs .how-to-guide-link:hover {
  background-color: #dbf2ff;
}
#how-to-lhs .how-to-guide-link.active {
  background-color: #d1efff;
}
#how-to-lhs .guide-title {
  font-size: 0.938em;
  font-family: var(--font-poppins-medium);
  line-height: 1.6;
  color: #0b276f;
}
#how-to-lhs .guide-desc {
  font-size: 0.813em;
  font-weight: 400;
  font-family: var(--font-work-sans);
  line-height: 1.55;
  margin-top: 8px;
  color: #1d353a;
}

@media screen and (width < 700px) {
  #how-to-lhs {
    width: 100%;
  }
  #how-to-lhs .lhs-col-1 {
    width: 100%;
    min-width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  #how-to-lhs .lhs-col-1::-webkit-scrollbar {
    width: 8px;
  }
  #how-to-lhs .lhs-col-1::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1882352941);
    border-radius: 8px;
  }
  #how-to-lhs .lhs-col-1 .lhs-category-card.active .how-to-guide-links-container {
    display: flex;
  }
  #how-to-lhs .lhs-col-2 {
    display: none;
  }
}/*# sourceMappingURL=lhs-navigation-layout.css.map */